Set Auto Number field value conditionally in Dynamics 365 / Dataverse
Recently we had a requirement to use auto numbers for lead records. However, based on where the lead records are being created from, we…
Recently we had a requirement to use auto numbers for lead records. However, based on where the lead records are being created from, we…
Here are two tips that I use repeatedly when building reports in Power BI. “Repeatedly” is a bit of a stretch as I’m still…
Can we convert the existing text field to the Auto Number field? Yes, e.g. we can update the Last Name attribute of the lead’s…
This post is part of the Microsoft Dynamics GP October 2021 Release Feature of the Day series where I am going to echo the…
To add total page number into RDLC report, you can use =Globals!TotalPages on the textbox. If you want to reset the Total Page, for…