Discussions
ShowDialog_NoReturnValue and refreshing the opening page
When a link is defined in an IQA (normal link, not custom HTML) it fires ShowDialog_NoReturnValue() with the URL in the link setup and a bunch of hardcoded variables: url, args, width, height, title, iconUrl, templateType, callBackFunction, windowName, closeWindowOnCommit, preserveStatefulBusinessContainer, dialogCloseFunction, sourceObject. They're not editable, only the url is picked up. That opens a window where ... things happen. On that page, I have some JavaScript that /does things/; upon completion of that script I want to refresh the opener and close the popup. I can close the popup using this.close() but I have no access to refreshing the opener. The normal "...opener.location.reload... options don't work, opener is null.
Does POST /api/AutoPayAccount work for an ACH account
The documentation indicates that POST AutoPayAccount can be used to create an instance of an AutoPayAccount but all my demo data is for credit cards. Can it work for ACH transactions? If so, can someone share the payload? Thanks.
Include Cancellation Fee when creating Event through API
I created a cancellation Fee using the iMIS interface, I then made a get request to pull the event to see how that cancellation fee is defined in the object. This is what I found
Executes an EventRegistration operation
I'm trying to register people in to IMIS event using following.
POST CsNameLog
I wasn't sure if CsNameLog is part of the data contract list but I did find I can POST to it and add an entry.
2 Questions About the iMIS APIs
Dear colleagues,
I hope this email finds you well! I am reaching out to see if anyone has insight into the following:
PUT at https://{{URL}}/api/Event/:EventId
Good afternoon,
Create DUES Subscriptions in iMIS 2017 using the API?
Does anyone know if it is possible to create DUES subscription lines in iMIS 2017 using the API?
IMIS Software Integration with Shopify
How to integrate IMIS Software with Shopify?
EMS - how to logout without clicking the sign out link
Other than clicking the sign out link (manually or via onclick or something), how can I log someone out of EMS? I can't delete the login cookie using client-side JavaScript and the legacy /logout membership service returns an error. Thanks.