Discussions
(undefined) category in Membership category
We have a category that is coming up with (undefined) next to it. The name of the category is also not in the category drop down list although it is in the Billing category listing with special pricing. How do we get the category in the drop down list in the customer page, without the (undefined)?
Translation module: how to "force" a language
Hi - I have the basics of the language translation utility/module working, what I'm having trouble with is the concept of getting it to respond to a specific language using a specific URL structure (or something else). Since all the URLs are the same regardless of the language, I am stuck trying to get it to default to a language other than the default. 2 languages working: EN and FR. The default one is EN. How do I link to the site (from another location) and ensure the site responds in FR and not EN by default?
Maternity Leave - non billing period
We have a Maternity leave category that is not charged during the time they are on leave.
Edit content
When you try to open a content to edit . it is giving me
"Endpoint Not Found
Communication error: Could not connect to the iMIS Web Service."
Can you PUT/update a cart via JavaScript?
It's not in the documentation and I haven't been able to get it to work yet but it's worth an ask: is this possible? Can I retrieve, update and PUT back a cart object via JavaScript for a regular (non admin) user?
Inconsistency with in-built Batch Query
I attached a batch number to each of the orders that I created as seen in this IQA.
Where's the documentation for the /query endpoint?
I realize I'm well into AARP territory but I just can't see it. I know the endpoint works but where's the documentation link for it? Thanks.
How to get all the payment transactions of a member
I am not able to find any documentation regarding the member transaction?
Template endpoint
Does the template endpoint work? Is there a trick to it? I'm looking at https://developer.imis.com/reference/template, and while I can call the endpoint successfully and get a 200 OK response there's never any data. Just a Count/TotalCount of 0. Yes, there are templates in the folders.
We have been working on GL Account import. A couple of questions from Jay and Priyanka I was hoping you can help answer: Attached (GLAccount_postRequest.txt and GLAccount_Request_SameAsGet.txt) are the JSON request we are using to create GLAccount using API endpoint : https://bgcascripting.imiscloud.com/api/GLAccount (POST). We are getting an error (GLAccount_postResponse_Error.txt) while making POST API call. Is there a sample JSON we can refer to?
We have been working on create new GL Account import with REST. A couple of questions from Jay and Priyanka I was hoping you can help answer: