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.
IQA Security and Current Access List via REST API
Is it possible to retrieve the two information in iMIS using the REST API?
How to create a contact using CsContact in the api?
I am having trouble creating a new contact in CsContact using a POST request:
Business Oject giving me an erro on second Publish
Hello, I can create a Business Object fine and access it using the API, but when I add a new field, I receive the message "boUserInfo - Business object changes are not automatically reflected in queries that use them.
boUserInfo - Published With No Errors." and the new field does not reflect.
How to create user credentials for brand new user without knowing old password
All the documentation refers to being able to update the password as long as you know the old one. When you create a /User it generates a random password, I don't know the old one. Is there still no way to create a full set of credentials with username/password using the API. Thanks.
LegacyFreightRate operation with iMIS REST API
Hello friends,
REST API Get iMIS instance's time zone
Hello,
Possible to update the order stage?
The LegacyOrder endpoint returns an OrderStage value but PUT isn't available on that endpoint. If I need/want to change the order stage is there an API endpoint I can use? It looks like a call to Order/_execute with teh operation OrderStageProcessingRequest is a possibility but I can't figure out the payload. Thanks.
Getting error message for GetGroupMember endpoint
Hey,