OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: mroutlander on June 24, 2016, 01:21:23 PM

Title: Editable Index field/values in an AppGroup
Post by: mroutlander on June 24, 2016, 01:21:23 PM
A warm hello to fellow ODUsers,

I need a little help. My client wants to make certain index fields/values modifiable in a particular app group - let's say fields InvNumber and InvAmt in a certain AG called InvoiceUpdate. These should be editable for a certain group only - say ZonalManagerGroup.

While I understand that this process would start somewhere from the AG permissions tab and/or the ARSAGPERMS table. But I am not sure where and how to begin it?

Any assistance will be appreciated. Please let me know if I haven't furnished any other required information.

Warm regards,
Abhinav

Edit: Forgot to mention: this is for CMOD on Multiplatforms v 9.0.0.3
Title: Re: Editable Index field/values in an AppGroup
Post by: Alessandro Perucchi on July 01, 2016, 11:58:04 AM
Hello,

so first don't modify the table ARSAGPERMS :-) even if you could find out how it works, it is not supported by IBM to touch directly with some update sql commands.

That said, in order to be able to modify the index fields, you must ensure the following:

Then when both thing are done, then you can let the users change the fields.

Hope that helps.
Title: Re: Editable Index field/values in an AppGroup
Post by: mroutlander on July 13, 2016, 01:07:11 PM
Wow! That was easy  8) 8)
Thanks a lot, Alessandro!!