Questions tagged [sysoperationframework]

The SysOperation framework replaces the RunBase Framework and provides infrastructure for creating user interaction dialog boxes and integration with the batch server for batch processing.

The SysOperation framework replaces the RunBase Framework and provides infrastructure for creating user interaction dialog boxes and integration with the batch server for batch processing.

http://msdn.microsoft.com/en-us/library/gg862488.aspx

8 questions
3
votes
2 answers

Creating many batches (SysOperation Framework) very quickly doing similar processes - "Cannot edit a record in LastValue (SysLastValue)"?

I have a SysOperation Framework process that creates a ReliableAsynchronous batch to post packing slips and several get created at a time. Depending on how quickly I click to create them, I get: Cannot edit a record in LastValue (SysLastValue). An…
Alex Kwitny
  • 11,211
  • 2
  • 49
  • 71
1
vote
1 answer

ExtensionOf RdlContract using SysOperation in AX7

I am trying to add a boolean filter field to a standard TaxTransDetailRdlContract using SysOperation framework. I have made ExtensionOf[classStr()] classes of Controller, RdlContract and UIBuilder and I have no luck. The main error for now is "The…
1
vote
3 answers

SysOperation Framework - CanGoBatchJournal

When canGoBatchJournal returns true, a RunBaseBatch can be created in Ax via the System administartion > Inquiries > Batch > New > Task > New >[ClassName:MyRunBaseBatch]. I have a couple of features which have been created using the SysOperation…
Reinard
  • 3,624
  • 10
  • 43
  • 61
1
vote
1 answer

Determine if a job is running in X++ code

I have a scenario where a service passes is data to AX, and then we use the SysOperationFramework to process that data without making the service client wait for processing to finish. An issue arises if the user attempts to open the record in the…
tsweatt
  • 85
  • 2
  • 9
0
votes
0 answers

In Microsoft Dynamics 365, how does one correctly and successfully add a menu item button to a table?

I'm currently working my way through "Creating dialogs using the SysOperation framework" in Dynamics 365 for Finance and Operations Development Cookbook - Fourth Edition. While the authors are generally good at providing step-by-step information,…
0
votes
1 answer

How to name parameter form for SysOperation batch job task in d365?

I have created a batch job using the SysOperation framework, I want to set title of the form which shows the parameters of the job. How can I do that? The title is already shown is the name of the service class and the entry point method. This is…
0
votes
1 answer

SysOperation Framework suppress infolog messages for ReliableAsynchronous but keep them in batch history

I'm just getting my feet wet with the SysOperation framework and I have some ReliableAsynchronous processes that run and call info("starting...") etc. I want these infolog messages so that when I look in the BatchHistory, I can see them for purposes…
-1
votes
1 answer

service doesn't start in sysoperation framework

Below are shown my classes of sysOperation framework, my problem is when i open the dialog and i press OK , nothing happens, what's wrong with this code? My service class: class ProdutionFLowsService extends SysOperationServiceBase { …
OiRc
  • 1,602
  • 4
  • 21
  • 60