We are already familiar with calling D365FO URL menu items or forms or Runnable class.
To recap, I am giving few samples below
To call Display menu item from URL,
https://D35FO/?cmp=EC&mi=SalesQuotationListPage
https://D365FO/?cmp=EC&mi=SalesTableListPage
To call a form from URL,
https://D365FO/?cmp=EC&f=VendTransOpen
https://D365FO/?cmp=EC&f=CustParameters
To browse the data…
Continue Reading AnithaEswaran’s Article on their blog
Call FO Runnable classes with dynamic parameter from URL – D365FO
We are already familiar with calling D365FO URL menu items or forms or Runnable class. To recap, I am giving few samples below To call Display menu item from URL, https://D35FO/?cmp=EC&mi=SalesQuotationListPage https://D365FO/?cmp=EC&mi=SalesTableListPage To call a form from URL, https://D365FO/?cmp=EC&f=VendTransOpen https://D365FO/?cmp=EC&f=CustParameters To browse the data from URL, https://D365FO/?cmp=EC&mi=SysTableBrowser&TableName=Currency To call the Runnable class, https://D365FO/?cmp=EC&mi=SysClassRunner&cls=RunnableClassName We use…
Blog Syndicated with AnithaEswaran’s Permission