Category Archives: Dynamics CRM

Opening an iFrame in a Modal Dialog with Custom Parameters in Resco Mobile App

Sometimes working with the Resco Mobile app, we need an Iframe to open programmatically within the application same as Dynamics 365 CRM. For example, opening a web resource in a window on click of a custom ribbon button, we can add the same functionality in Resco Mobile App as well. In order to open child… Read More »

How to solve “When using arithmetic values in Fetch a ProxyTypesAssembly must be used in order to know which types to cast values to” while using Fake XRM Easy

Introduction While using Fake XRM Easy for Plug-in or Workflow unit testing, there could be situations that could arise where we need to use fetchXML to retrieve some records. While it works for most of the time, it can be tricky while working with some attributes statecode for starters. In the above fetchXML, “<condition attribute=”statecode”… Read More »

How to Set Value in A Regarding Field Using Easyrepro in Dynamics CRM

Introduction Using Easyrepro we can perform UI Automation testing in Dynamics CRM by setting values in fields of different datatypes. Recently while working with Easyrepro we wanted to set a value in the Regarding field of the Email record. However, the code below which is used to set the value in a lookup field doesn’t… Read More »

Inogic Year 2020 at a Glance – New App Acquisitions, Launches & Releases – Another Year of Wonderful Association with our Dynamics 365 CRM Friends!

Year 2020 took us on a roller coaster ride testing our strength and weakness each passing day. Now bearing in mind the lessons we have learned and the strength we have discovered, it’s time to bid farewell to the year 2020 and welcome 2021 with zest and enthusiasm. So far, the journey has been tough… Read More »

Capture Photos, Signatures in Dynamics 365 from Field Service Mobile App

Introduction Microsoft introduces Field Service (Dynamics 365) mobile app so that technicians can work with Work Orders onsite efficiently. Besides, to enhance the ability to use this app for technicians, there are various new features included within this app. In this blog, we will walk through some of the features that technicians can use while… Read More »

Send Power BI Report and Dashboard Details by Email

Introduction We can send the Power BI report or Dashboard details through email using the “Subscribe” button in the Power BI service. Power BI takes a screenshot of Dashboard/Report and an email screenshot is sent to the user’s inbox. Also, in the email body, it will have a “Go to Report” button, so by clicking… Read More »

Get Subgrid Information from the PCF Context

Introduction Recently we were working on a PCF dataset control that can be configured on the Home grid as well as on the subgrid. So while developing the control there were few queries such as what data can we get from the context object regarding the Subgrid. For example, the Subgird label, View ID, Relationship… Read More »

Leverage the potential of Text Translation AI model in Dynamics 365 Apps

Introduction Microsoft is continuously adding new Prebuilt AI models which are very easy to use. Currently, there are a few new prebuilt AI models that Microsoft recently introduced, two of them are: 1) Text Translation 2) Receipt Processing model. For Receipt Processing Model, you can check out our blog here. In this blog, we will… Read More »

Converting DateTime field in a different format in Power Automate using formatDateTime function

Introduction In this blog, we can see how we can convert DateTime type field to the various format using formatDateTime function. Please find the syntax of formatDateTime function: formatDateTime(DATE_TIME_VALUE,DATE_TIME_STRING_FORMAT) Scenario: One of our clients wanted to see the last modified date and time of individual Account record. Also, he wants to see this modified date… Read More »