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

Schedule Process with No Base Object

Using v7.1. Is it possible to kick off a scheduled Process Orchestration process chain with no base object? There's some customisation that I'm thinking about doing and as a scheduled task I want to stamp some records and make a foreign key for the stamps in a custom table for some business logic groupings. This process doesn't need a base object and I don't think I want it to have one because I want it to definitely fire only once at the scheduled time. If the process gets fired off for multiple base objects, I would probably run into a problem with concurrency corrupting the stamps and references I mentioned. So anyway to achieve this?

Parents
  • Hi Dan,
    No, every process has a base object. But for this kind of process, you can use the DialogSchedule table as your base object. Then you can use the generating condition to limit execution to your specific schedule.
Reply
  • Hi Dan,
    No, every process has a base object. But for this kind of process, you can use the DialogSchedule table as your base object. Then you can use the generating condition to limit execution to your specific schedule.
Children
No Data