Quick reusable JavaScript function for setting the requirement level of a field.
The below sets the requirement level for a single field called new_myfieldname to required.
Quick reusable JavaScript function for setting the requirement level of a field.
The below sets the requirement level for a single field called new_myfieldname to required.
This came in handy when I needed the user to be able to export data in a collection for to be used in Excel. Sample App available in the PowerApps bank.
In a previous post I used PowerApps to query Dynamics to check if a list of email addresses exists in my instance as contacts. I used the ForAll function to lookup Dynamics for each email in my collection sequentially. This worked fine until I had to check if 500 emails exist in my instance containing just over 300,000 contacts.
Quick reusable JavaScript for showing or hiding webresource on a form based on a field value. For example show a disability flag image when a check box is checked.
As promised! Demoed at our D365 Saturday Summer Boot camp session on Replacing Dynamics workflows with Flow.
Quick reusable javascript code for showing or hiding a section in dynamics. Replace tabName and sectionName strings in the function call as needed. Don’t forget to pass the execution context to the script.