Skip to main content

Posts

Showing posts from 2022

Power Apps Custom connectors understanding

 More than 365 plus connectors avaialble as microsoft and non microsoft services you may want to communicate with services that are not available as pre buit connectors. Capability to create, share the connector, trigger the connectors on it own, or by any actions. Life cycle: Build your API: using RESTAPI(Like power apps we have Logic apps, which supports SOAP APIs) that allows logic apps, power automate, powerapps to communicate with rest or soap api. two types of APIs: public apis(public internet eg: spootify, slack, rackspace etc..) private apis (visible only to your network) For public apis that you can plan to create or manage using these microsoft azure products Azure functions, Azure web apps, Azure api apps. 2. Secure you api: We have standard authentication methods for you apis and connectors with help of azure active directory. 1. Generic OAuth 2.0, 2. OAuth 2.0 for specific services Azure AD, Dropbox, Github, Salesforce. 3. API Key 4. Basic authentication (username and ...

Interview Prep for Data verse

Environment: System Admin, Environment Maker. We can add users to the environment. ----------------------------- DataVerse: role based security access, rich metada, logics and validation: calculated columns, business rules, workflows, bpflows,  ------------------------------- Modeling the business data, define the business process, compose the app -------------------------------- Tables: D365 sales,services,marketing use dataverse to store and secure data. Prefer standard tables for good practice. Table relationships:  1:N as many related table rows are associated with single primary table row in a parent/child relationship. N:N as many table rows are associated with many other table rows.  Type of table owners: user or team owned & organization owned. user or team owned: actions that are performed under the rows are controlled at user level. organization owned: access to the data is controlled at the organization level. Activity table: Calendar entry table is called ...

ShareGate

ShareGate: SharePoint migration: Copy (navigation) copy structure and content copy content source and destination provide authentication as current user or other user. For other user(provide login credentials) Click on run pre check. We have sub options to copy lists/libraries alone,content type alone, site columns, permisson groups, workflows, manage metadata. For example copy list or lists, click on List, select the source list or multiple list. On top right corner - Options click on it. Options: General: Action to perform: copy as subsite of "parent site name" or  merge with 'parent site name' it self. Configrations: check mark options default selected. But we can add more. Permissions, List views, webparts, Required features customize list forms( eg: Nintex forms). Workflows (Nintex or Designer or out of the box) List content Limit to (5) latest versions( which is max versions to copy) site navigation, subsites, Required features, Modern experience (All lists will...