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.
Rest API Call to update an Event's user defined field.
I am looking to update one of the MUF fields for an event. I have written a javascript PATCH call to update this field but it's not updating the data. When trying to update other fields like Status, Capacity, or Category, it works fine but any of the additional attributes it doesn't update. Here is what I have that works.
Creates an Event with Directions and Notes
When [creating an event](https://developer.imis.com/reference/postevent-1) with the REST API:
Is it possible to set Directions and Notes information?
Reference Section of Developer Documentation Missing
Please return the reference section of this resource as soon as possible. This URL is no longer accessible, https://developer.imis.com/reference/api-1.
How to remove a party's primary organization? This is 2017 (20.2.65.9955)
Curious - how do you clear out a party's Co_ID? Looking through some code, and it looks like we're trying to delete this entity:
Issue with Create a Cart POST request
I am attempting to create a button on my webpage that leads users to a cart with a single specified product in it. This is such that the user can easily/quickly checkout said product without needing to search for the itme, add it to their cart, then checkout.
Type Definitions from API References
The API references a heap of type definitions, for example:
Creating Chapters
I'm needing to create a large number of chapters in iMIS EMS. Using the API, would the best approach for this process consist of creating a Group using the group endpoint or creating an Item using the Item endpoint?
Payment Terms
I am having some difficulty locating a way to add payment terms to a commerce product order either through the iMIS interface or through the API. It appears that terms may be configured according to this documentation, https://help.imis.com/enterprise/features/settings/finance.htm#Terms, but the cart process does not allow staff members to assign the terms at checkout. I also do not see this ability prior to generating the invoice for the order. I also do not see this feature in the API documentation. Am I missing something or is this not present in the current version of iMIS?
Always Create functionality in iMIS EMS
We have some tables that were created in iMIS Desktop as Always create. They were tied to the individual by ID and when a new user was created these tables automatically received an entry for the new user. I am told this functionality was not carried over into the EMS version. Until this is addressed in EMS what is the recommended approach to automatically add entries in these tables when a new user is created?