Job Queue Page Action

Hi,

I’m trying to add a task to Job Queue where it runs an action in a page.

To be more specific, I’m trying to run the action “Complete Line Action” in page “IC Inbox Transactions” (615) whenever there are lines in the table.

if you need more info, just ask!!

Job Queue only runs Reports or Codeunits. To accomplish this, you’d need to either create a codeunit or process-only report that performs the task you need. Personally I always lean to codeunits as they can be designed to better handle errors.

My main problem is running a Page Action in code

You can’t directly run the page action from code. You have to write code that replicates the behavior of the page action.