Box with Yes/No alternativ

A simple way to query a user for a decision.


if(box::yesNo("Do you want to do this?",dialogbutton::Yes) == dialogbutton::Yes)
{
//run som code here
}

Comments

Popular posts from this blog

D365FO Data management change tracking enable/disable not working

Displaying a value from a array field in EP

Table array field iteration