OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: lrfurtado on November 29, 2011, 09:46:50 PM

Title: What bit in the MASK field on the ARSAGFLD represents the Expire Date checkbox
Post by: lrfurtado on November 29, 2011, 09:46:50 PM
What bit in the MASK column of the ARSAGFLD table represents the Expire Date checkbox on the Application Group
update screen on the field information tab.


If anyone has a document explaining the meaning of each bit on the MASK column that would be really helpful.

Thanks in advance.
LUCIANO
Title: Re: What bit in the MASK field on the ARSAGFLD represents the Expire Date checkbox
Post by: Alessandro Perucchi on November 30, 2011, 06:29:13 AM
Hello Luciano,

No there are no documentation for such information.
The easiest way to do it would be to make the change via the admin client / arsxml, and check what bit represent what.

But a warning, since IBM didn't put information on what bit does what, they have the possibility to change it at any time in the future.
It might work for one version and not anymore for the next.
To be honest the spec haven't changed much since the beginning, and at the same time it can happen at anytime. So don't rely on them too much and check it with each new release.

That's what I do personally...

Sincerely yours,
Alessandro
Title: Re: What bit in the MASK field on the ARSAGFLD represents the Expire Date checkbox
Post by: Justin Derrick on November 30, 2011, 09:44:49 AM
The values of this specific field has changed in the past as CMOD has added new features (and decommissioned older features).  I don't recommend relying on this field for day-to-day operations.

However, the information you're looking for is in bit 5 (counting from the right).

-JD.
Title: Re: What bit in the MASK field on the ARSAGFLD represents the Expire Date checkbox
Post by: lrfurtado on December 05, 2011, 05:25:06 PM
Thanks for the prompt reply guys.