HomeGuidesAPI ReferenceChangelogDiscussions
GuidesiMIS ProfessionaliMIS EnterpriseClient SupportLog In
Discussions

Discussions

Ask a Question

Where can I find Order_Meet.UF_1 thru UF_10

Can't seem to narrow down where these fields are via the API (or even if they're available any more). Thanks.

How to move program item to registration item?

EMS, event was originally set up with a program item that now needs to be a registration item. It already has registrations. In SQL it's a checkbox (pretty much), I can't seem to get a PUT Event to work (not documented). Is there a way to do it that doesn't involve deleting the function and adding it? Thanks.

Deadlocks on TaskQueue and TaskQueuePublishDetail

One of our clients with two iMIS servers talking to the same database started monitoring for deadlocks, and they are seeing a high volume of deadlocks on the TaskQueue and TaskQueuePublishDetail pages. We haven't dug very deep yet, but it appears both servers are trying to execute PA+ tasks, or possibly "publishing" (indexing) contacts, events, products. A classic race condition.

PowerBi iMIS

Hi,

Create Event Registration options with Pricing Group via REST API

Hello,

Token expiration, high volume site

One of our EMS-on-prem clients is making heavy use of the REST API to pull date for their main portal site. iMIS is not their website, but their portal site makes multiple REST calls to gather information to display on the first page after a login. They are big on redundancy and load distribution. The portal site is served by multiple web servers, which send requests to a "Finance API" server, which then performs all REST calls. The Finance API server may have many concurrent requests in process at once.

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.