Skip to content
View girishuppal's full-sized avatar
💭
All about Microsoft products and services in the cloud
💭
All about Microsoft products and services in the cloud

Block or report girishuppal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Power Pages Liquid Code Syntax Power Pages Liquid Code Syntax
    1
    /* Work in Progress */
    2
    
                  
    3
    #### Liquid Filters
    4
    ---
    5
    
                  
  2. Power Platform Command Line Interfac... Power Platform Command Line Interface commands
    1
    ### Power Platform CLI commands
    2
    
                  
    3
    ---
    4
    #### Starter commands
    5
    | Syntax | Purpose |
  3. FetchXML FetchXML
    1
    ### Fetch XML
    2
    ---
    3
    
                  
    4
    |Title| Description|
    5
    |---|---|
  4. Git Commands Git Commands
    1
    #### Git Commands
    2
    ---
    3
    
                  
    4
    | Command| Usage| Purpose|
    5
    |---|---|---|
  5. Javascript code to trigger Alert mes... Javascript code to trigger Alert message box in model driven power apps
    1
    
                  
    2
    // Javascript to render alert message box on change of control event in Dataverse backed Form
    3
    // Replace xxx with logical name of control
    4
    
                  
    5
    function MessageBoxManagement(executionContext) {
  6. Open HTML page window (web resource)... Open HTML page window (web resource) on trigger of event for model driven app
    1
    // Call this function in a form for any model driven app
    2
    
                  
    3
    // The trigger can be form load or form save or tab selection etc.
    4
    
                  
    5
    // replace XXX with HTML web resource file (just name only exclude extension of file)