Discussions
Adding Registration Option to Event in /api/Event
I am sending a POST/PUT call to api/Event with a registration option but the registration option does not show in iMIS. I placed my JSON body below. Using iMIS version 20.3.121.27.
API (EMS) - Possible to delete a subscription?
Hi - I'm trying to delete a subscription using this endpoint (after verifying the subscription exists by executing the comparable GET):
iMIS Cloud and Diagnosing Errors
When iMIS was hosted on-prem, if an error occurred, I could log onto the server and check the event viewer to get a better idea of what was causing the error. With the move to the cloud and no server access, that is no longer possible; however, the need to diagnose errors still exists. Has ASI provided or does ASI intend to provide a way in the cloud to see the specifics of the errors that occur?
PartyID - Can this be treated as a user UUID that will never change?
Hi iMIS,
HTML Editor on Description field of a Panel Table
I am looking to allow user to enter HTML into a description field to give them the power to format as needed. Currently when I enter the HTML in to the field it's stripped when saved. The current setup is a panel editor with a custom table. Is there a way I can bring in a HTML editor to update that one field?
When building angular client side ipart example what dependencies are needed for ng build?
Trying to use example ipart from: https://github.com/Advsol/Angular-settings-demo
EMS API - updating the Party (or CsContact) EntityCode
Hi - I'm trying to update a person's EntityCode from DEMO to another value. I tried doing a PUT against the Party endpoint, and a PUT against the CsContact endpoint. In both cases, the response from the PUT reflects the new value of the property, so it appears the update succeeded, but if I do a GET shortly after the update, it still reflects the original value.
Create a view in SQL database using API
Hi team,
REST API - 2017 - query by ID or PartyID for a UD_Table?
Hi - I have an interesting case where I'm trying to query the API for a UD_Table. When I call:
Making async calls from an iPart
We have some custom .ascx iParts four our on-prem iMIS 20.2.65.9449 version, to which we applied the Telerik security update from march 2020 (Telerik version is 2020.1.219.45).
We are now trying to update the iParts to make some post async calls to a web API for integration with other systems (we need to send some notification messages about custom data used by the iParts).
The iParts use target .NET framework 4.6.2 (as per current version of iMIS) and System.Net.http runtime 4.1.1.3.
We followed recommended practices for making the async calls.