Friday 8 February 2019

GET FORM FROM xFormRun sender IN D365

GET FORM FROM xFormRun sender IN D365  

GET FORM  form control from xFormRun
[FormEventHandler(formStr(FormName), FormEventType::Initialized)]
public static void SomeForm_OnInitialized(xFormRun sender, FormEventArgs e)
{
    // set the control to invisible as an example
    sender.design().controlName(formControlStr(FormName, MyControl)).visible(false);
}

tHANKS

No comments:

Post a Comment

AZURE INTERVIEW QUESTIONS AND ANSWERS

AZURE INTERVIEW QUESTIONS AND ANSWERES 2021 2. What is cloud computing? Explanation:  It is the use of servers on the internet to “store...