|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > PDMSystem > AddToEventLog |
Allows to add custom events to the EVENT_LOG database table.
call DBWShell("AddToEventLog Action DocPathName [uid [arg1 separator arg2]]")
Action |
Action to be logged |
|---|---|
DocPathName |
Path name of the document referenced in the action |
uid |
Optional. Unique id of the document referenced in the action |
arg1 separator arg2 |
Optional. Additional data that can be added. |
DBWShell("AddToEventLog MY_EVENT1 x:\myfolder\test.sldprt 123456")
DBWShell("AddToEventLog MY_EVENT2 IBM 0 UserName = John")