Discussions
Add Commerce item to cart - 403 on second Order/_execute UpdatePricing
Hello,
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.
Creating a webservice and hosting
We're looking to create a webservice to be integrated into iMIS for a cloud hosted client. This webservice will enable the push and pull of data to and from the vendor's system.
PowerBi iMIS
Hi,
Create Event Registration options with Pricing Group via REST API
Hello,
REST API Get Current DateTime
Is there any available api endpoint that I can query to get back what server's current date time is? I'm trying to create an activity and have it be in the correct iMIS instance's time zone.
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.
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.