SRShayan R Sinbeyondd365.dev·May 25, 2024 · 3 min readOpening a Canvas Apps from Ribbon Button in Dynamics 365Currently there is no straight forward way to open a canvas apps from the ribbon button unlike the custom page that can be opened using the Xrm.Navigation.navigateTo(pageInput,navigationOptions).then(successCallback,errorCallback);Refer : navigateTo ...00
SRShayan R Sinbeyondd365.dev·May 7, 2024 · 1 min readGet the cloud flow run history in DataverseThis is a preview feature ; works for flows that are part of solution. The flow run history is now stored in the table 'flowrun' and can be queried to get the history. Enabling the functionality :To enable this navigate to https://admin.powerplatfor...00
SRShayan R Sinbeyondd365.dev·Apr 23, 2024 · 2 min readUsing Dataverse AI functions In Power AutomateWhat is Dataverse AI Functions Dataverse Provides built in AI Functions that are preconfigured. They are ready to use and do not require any data for training. They help in streamlining and improving the process Different available AI Functions ...00
SRShayan R Sinbeyondd365.dev·Apr 18, 2024 · 2 min readUse tag parameter to bypass plugin execution in dynamics 365Tag parameter is a savior when it comes to situation where a particular plugin execution needs to be skipped. Scenario - A custom api creates contact and also performs execution of certain logic. Also, there is a plugin that executes similar logic wh...00
SRShayan R Sinbeyondd365.dev·Mar 22, 2024 · 1 min readIdentify all the cloudflows on a particular entity along with its messagesThe easiest way to identify the flows that trigger on a particular entity with its messages is to run a SQL query using the sql4cds tool in the xrmtoolbox. The table that has the information is callback registration, querying the call back registrati...00