Discussions
Editing behavior of Contact Sign In iPart
Hi! I'm trying to add something to the authentication workflow of the Contact Sign In iPart but it seems to refer to things that are not visible. For example I can see the aspx files in iParts\Contact Management\ContactSignIn such as ContactSignInDisplay.ascx, but I don't see the Codebehind, ContactSignInDisplay.ascx.cs, which I assume is in DLL.
Type Definitions from API References
The API references a heap of type definitions, for example:
Create Event RegistrationOptions with the API
I'm looking to add a Registration option and pricing through the API. The way I go about it currently is to clone an event that has RegistrationOptions/Functions and then update the pricing using the /api/ItemPrice endpoint.
Adding some text to a Page Content containing a Single Sign-On iPart
Hi,
iMIS Power BI Integration
Hi,
Convert a large list of dropdown values for a general lookup table into iMIS
How can we convert a large list of dropdown values for a general lookup table into iMIS instead of manually entering them in iMIS?
Member Engagement Director
How do I give a temporary password in IMIS.
Adding a simple React application as a custom ipart
I'm having trouble adding a custom ipart using React into imis. I've followed the documentation for at https://developer.imis.com/docs/developing-a-client-based-ipart as well as looked at this post https://developer.imis.com/discuss/60496efdc703ae0064f710b1.
ItemPrice API not working
Pulled the get request from the documentation and ran on our test site and it's not returning the list of item Prices
Secret switch to make 1.0.1 REST API return normal JSON
I remember one of the ASI developers telling us about a header you could include when making a request of the .../IQA endpoint which would cause it to return the output in "normal" JSON format. Much like the difference in output between the .../IQA and .../Query endpoints in 20.3, discussed at https://developer.imis.com/docs/migrating-from-iqa-to-query-service-endpoint.