

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi All
When changing a Display Application Option Definition there is an option called action. Where are these actions set?
I need to find how to create an action and setup the process behind it?
For example for the editcart option i can open a form and view the cart associated with that interaction?
Any help would be greatly appreciated.
Thanks
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
HI,
This is part of document engine.
Action and Process to be called is mapped by state record as follow,
Each display screen has list of display option (type ‘ds’ in command line to access these)
Display action defined some action in display option
Process called will be defined in 'state' record
Each state bound to a particular display screen hence each display options, having action defined on particular display screen will have some process.
Process definition is in 'Process' table.
Each form displayed in SM has some display screen. And state to be attached while viewing any record in SM is defined in Object record of the table.
Hope it is clear.
hth
Assign Kudo, if found post useful and mark it accepted if solves the issue.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
HI,
This is part of document engine.
Action and Process to be called is mapped by state record as follow,
Each display screen has list of display option (type ‘ds’ in command line to access these)
Display action defined some action in display option
Process called will be defined in 'state' record
Each state bound to a particular display screen hence each display options, having action defined on particular display screen will have some process.
Process definition is in 'Process' table.
Each form displayed in SM has some display screen. And state to be attached while viewing any record in SM is defined in Object record of the table.
Hope it is clear.
hth
Assign Kudo, if found post useful and mark it accepted if solves the issue.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thansk Piku
I did find this after posting!
Couldnt do what i wanted to do anyway so am just using the editcart option 🙂
Thanks