2013-09-27 11:09:00
Topic starter
Is there a way to programmatically specify action names rather hardcoding a string?
For Platform actions use com.onenetwork.platform.data.model.DefaultModelActions.
For module specific actions you can use something like SCCPurchaseOrderConstants, which has Actions, Issues, States, and Views objects.
The format appears to be [Module Prefix][Model Name]Constants.