Great video Thank You When I am in the email template and right click I do not have Table Query as an option only call context. Is this a limitation of being in the cloud? Operating in Pilot 2023.1.8
@CodaBears Жыл бұрын
No, you should have that in the cloud too. Cloud limits custom code is all.
@ofloresgrim2 жыл бұрын
Excelent video guys, do you have any using this from application studio?
@CodaBears2 жыл бұрын
Currently no. But we will see about adding one. We are also working on classes for application studio and functions.
@matthewmorgan47653 жыл бұрын
Great video, thank you. In my workplace, we are running 10.2.500, which I just learned does not support the "Schedule Epicor Function" module. Is it possible, however, to schedule the process within the Function directive itself? I'm getting really deep into the Epicor machinery and I see a "ProcessSet" BO...can that be invoked and customized somehow?
@CodaBears3 жыл бұрын
Process Set Maintenance is used to group together existing Epicor processes so that they execute in a user-specified order. Process Sets do not schedule execution for business objects or Epicor functions. On 10.2.500 if there is C# code or business logic you want to run on a fixed scheduled what I would recommend is creating a ‘dummy’ BAQ then scheduling the BAQ to run on the ‘Export BAQ’ process which will create a record in the SysTask table for you to create a data directive BPM from.