Hi! I have made a PHP function that I can use and run on every class through the getInitialStateAttributeFlags method, but I would like to have it so it runs on every class, (which wouldn't require me to call the method and add the specific function line on all the classes).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was able to make it work through: "OnCheckToWrite" by implementing iApplicationObjectExtension, so I can confirm my logic works, but I just couldn't see a way to have it on getInitialStateAttributeFlags as I want it to.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi! I have made a PHP function that I can use and run on every class through the getInitialStateAttributeFlags method, but I would like to have it so it runs on every class, (which wouldn't require me to call the method and add the specific function line on all the classes).
I was able to make it work through: "OnCheckToWrite" by implementing iApplicationObjectExtension, so I can confirm my logic works, but I just couldn't see a way to have it on getInitialStateAttributeFlags as I want it to.