This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Fire Template from Code

How can I fire a template from code.

dbObject.ExecuteTemplates() does nothing.

I know there is this a way with sql (exec vid_InsertForHandleObject_0 'ExecuteTemplates', 'Person', '', @ProcID=newid) but I do not want to call sql from code, it should actually be possible from code directly?

Parents
  • Ok it worked now, when I tested it from a process call. Before I was testing it only in Script Tester. It is a bit inconvenient creating a whole process and process plan to be able to test such things.
Reply
  • Ok it worked now, when I tested it from a process call. Before I was testing it only in Script Tester. It is a bit inconvenient creating a whole process and process plan to be able to test such things.
Children
No Data