Resolving Cross-Company Filter Errors: How to Grant Resource Access via Security Roles

Error:  Authz: cross company filter has no companies. User roles: User: {6773ED9F-DE1B-4EDD-94A3-561265423BD0} Company: Id: 7 Name: SYSTEMUSER Id: 260 Context: AuthzContext rlsEnabled: false rlsExplicit: false includeDerived: true autoAuthzMode: None autoAuthzSCsc: false, Resource: Resource type: table tableName: TaxDocumentExtension_IN tableID: 109321 The resource was not found in the cache.   Scenario: When trying to access a resource in […]

How to Check if a User is Available in the User Group

How to check if a user is available in the user group  Scenario: I have assigned a Purchase Order to a specific User Group in Dynamics 365. I want to implement customized business logic that enables the Submit button only if the current user belongs to that group otherwise, disable the button for unauthorized users.  […]

How to Enable Document Handling for a User?

How to enable Document Handling for a user  Scenario: I have created a purchase requisition order and was trying to attach document notes corresponding to the purchase requisition header then I started getting error “Document handling is inactive for this user (view options)”.  Error: High level resolution steps  Detailed resolution steps  Step 1: Navigate to the […]

How to Create a Key Vault in Azure Portal?

How to create an Azure key Vault.  Scenario: Basically, Azure key vault is a cloud service for securely storing and accessing secrets. Which needs to have a control access such as API keys, passwords, certificates, or cryptographic keys.  High level resolution steps  Detailed resolution steps  Step 1: Navigate to Azure portal menu, or from the Home page, […]

How to Create a Security Role in Power Platform Admin Center and Assign it to User?

How to create and assign security roles to users in Power Platform Admin Center (PPAC)?  Introduction: Ensuring that users have the appropriate access and permissions within your Power Platform environment is crucial for both security and efficiency. Security roles define what actions users can perform and what data they can access. In this blog, we’ll […]

How to Create a Query Based Report

How to create a query-based report? Introduction: Query-based reports are powerful analytical tools that enable organizations to extract, manipulate, and present data from various databases in a structured format. By leveraging the capabilities of database querying languages like SQL, these reports allow users to obtain specific insights tailored to their unique needs. High level resolution […]

How to get Progress Bar at the Time of Process Execution?

How to get progress bar at the time of process execution? Introduction: A progress bar is a visual representation of the status of a process, providing users with a clear indication of process execution. It enhances user experience by keeping them informed, particularly during long-running tasks like file downloads, data processing, or installations. High level […]

How To Attach a Base64 String To Record Using x++ 

How To Attach a Base64 String To Record Using X++?  Scenario:  When there is a requirement to attach the base64 file content to the record.  High level resolution steps  Detailed resolution steps  Step1: Create an extension class for the “DocuRef” table and add a method with specific parameters  Parameter  Purpose  Common  The Actual table where […]

How to Navigate to External Browser on a Button Click

Navigate To External Browser

Enhancing the User Experience: Navigating to external browser on a button click. High level resolution steps · Create a Class and Implement Code for External Browser Navigation. · Create a button in the form and Use clicked method to call the class. Detailed resolution steps Step1: Create a class using appropriate naming conventions and incorporate […]