Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



Make a record read only after save

From: John Ballnik (2014-09-07 09:14)

Hey Gang,
Has anyone made a record read only after the first save? I want to do this with a detail table, not sure if there is a command I can use in an automation script.
thanks,
John


From: mlevinson (2014-09-08 04:42)

I have used something as simple as a conditional expression. Something like:
:description is not null
Then using that condition in conjunction with a signature option. Basically when the record is saved, if the description (or any other populated field) is not null you can make the record read only by applying the sig option to the section(s).