Error When Trying to Create An Action
I know this is stretching and tricking the software but I got luck every single time previously, except this time.
- Goal: To create an action on Item Classification screen set so that user can click on it to trigger an agent
- Steps:
2.1 Since system didn't provide out-of-box action definition on GTM Item Classification, I am directly inserting those records in table ACTION_DEF and ACTION_DEF_STATE, by running following SQL statements.
- Insert into action_def (ACTION_DEF_GID,ACTION_DEF_XID,QUERY_TABLE_GID,IS_ASSIGNABLE,SUPPORT_IGNORE_CRITERIA,ACTION_TYPE,OTM_RELEASE,DOMAIN_NAME) values ('RUN_AGENT_GTM_ITEM_CLASSIFICATION', 'RUN_AGENT_GTM_ITEM_CLASSIFICATION', 'GTM_ITEM_CLASSIFICATION', 'Y', 'N',null,null, 'PUBLIC')
Tagged:
0