Before a record is inserted I need to do a couple of things to the record.
-
I need to create a GUID for the unique key. How do you generate a GUID in scriptcase? Help and forum search for GUID turns up nothing.
-
I need to set another field to a value that has been selected on a master form (application link) Can I use a macro to get a value on another form? Or do I have to set a global variable somehow? Maybe when a user clicks on a field, a global variable gets set? Is that possible?