web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

How to set default yes for batch processing in sysoperation framework

(0) ShareShare
ReportReport
Posted on by 35

Hi All,

I have tried to set default yes for batch processing in sysoperation framework but it's not effected.

.

 public void new()
    {
        super();
        this.parmClassName(classStr(AssetimportDataService));
        this.parmMethodName(methodStr(AssetimportDataService, processOperation));
        this.parmDialogCaption("Manual Asset Import");
        this.batchInfo().parmBatchExecute(NoYes::yes);
        this.parmExecutionMode(SysOperationExecutionMode::Asynchronous);
       
    }
 

I have wrote code in controller class.
Anyone give any Idea about that

I have the same question (0)
  • Suggested answer
    GirishS Profile Picture
    27,827 Moderator on at

    Hi Ashok,

    Try setting this.parmInBatch(true);

    Thanks,

    Girish S.

  • Ashok ashok Profile Picture
    35 on at

    Hi Girish,

    Thanks for the response.

    I changed that but Still showing "no" only

    Thanks.

  • Verified answer
    GirishS Profile Picture
    27,827 Moderator on at

    Seems you have written the code in the controller class. Add the code in build method of UIBuilder class.

    public void build()
        {
            this.controller().batchInfo().parmBatchExecute(NoYes::Yes);
        }

    Thanks,

    Girish S.

  • Ashok ashok Profile Picture
    35 on at

    Thanks Girish

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Martin Dráb Profile Picture

Martin Dráb 503 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 434 Super User 2025 Season 2

#3
BillurSamdancioglu Profile Picture

BillurSamdancioglu 278 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans