After Command hook
Use this hook to perform additional actions after the custom form command is executed. This hook can use actual values of the form fields.
Example:
function extern void function.publish.after.command()
{
message(sprint$("Item %s published", strip$(tcibd001.item))
}