Even very simple Formula Script statements show no effect at all (Before save custom script). Seems, Formula Script is not invoked when saving an entity.
Example:
There is an entity with a VarChar field named test.I set test to "xxx" and save. Formula Script is:
entity\clearAttribute('test')
entity\setAttribute('test', 'abc')
I change some fields content, so I can again save the record. Afer save, nothing has changed. test still is "xxx".
There is only one extension. Same behaviour, if extension ist uninstalled.
Puzzled
agri
Addendum: seems to apply to only one entity. But works on this same entity with Formula Sandbox.
Example:
There is an entity with a VarChar field named test.I set test to "xxx" and save. Formula Script is:
entity\clearAttribute('test')
entity\setAttribute('test', 'abc')
I change some fields content, so I can again save the record. Afer save, nothing has changed. test still is "xxx".
There is only one extension. Same behaviour, if extension ist uninstalled.
Puzzled
agri
Addendum: seems to apply to only one entity. But works on this same entity with Formula Sandbox.