Discussions
REST API Cannot update property in user defined table
Hello, I am attempting to update a property "WEB_PASSWORD" in a User Defined Table we have called "General". When I run the API request this is the response I get:
Extending iMIS objects using user defined tables
We extended a lot of default iMIS objects to fit our needs. In a lot of cases we build custom stored procedures to populate these tables and work around iMIS iparts. Our stored procedures typically consist out of two inserts; 1 is the imis default table and 2 is our custom table.
This design is dated and if we want to go to the cloud we have to change this approach.
Custom Table
I'm trying to figure out if there's a way to do Custom Tables in iMIS. I see that I can create a table in the SQL, bring it in is a Business Object, IQA and all that good stuff, but is there a way to update those pages inside of iMIS? If not, is there any thought on putting this as a feature? Most other CMS's give you the option to write plugins (or as you call them iParts) which can write to a database and output in a way that we want them to be displayed. The way iMIS has news items and tagged lists are very archaic and when we want to add new features the ability is just not there.
Workbook Converter
Has anyone seen the warning
Looking for documentation to process an event registration
Can't seem to find it on the dev/docs site. Can someone point me to where I need to be? Thanks.
Client based iParts - configuration page/options
In the documentation for the client based iParts there is an option to enter the:
Pay of cart partially with REST API
I have a client on cash billing and the dues products are added by running a billing cycle. How can I apply a partial payment against this in the shopping cart in iMIS Cloud 20.3?
Any pointers are much appreciated.
Thanks a lot
Alex
does anyone know how to populate a dropdown box with only items corresponding to a parameter fed into an IQA?
I have a CCO with two tabs on a page. My goal is to list items in a dropdown box that correspond to a selected eventCode.
OAuth 2.0 - Cross Site access to REST
From my experience the only way to retrieve an OAuth token from REST, from an external client is to use authentication details of a user that is in the RemoteService role when posting.
Offset
Offset=2 should just start at record 2. Instead it starts at the first record and the offset doesn't matter. Example to reproduce get in postman
api/party?offset=2 and then
/api/party?offset=3 not the returns are the same parties.
