Relationship between work order system statuses and booking statuses

Relationship between work order system statuses and booking statuses 

Here is a table summarizing the out-of-the-box relationship between work order system statuses and booking statuses.

[TIPS] Change the lookup Field Display name after selection

 [TIPS] Change the lookup Field Display name after selection 

[TIPS] Collections in PowerApps: Collect, Clear, ClearCollect, ForAll

 [TIPS] Collections in PowerApps:  Collect, Clear, ClearCollect, ForAll

Reference 1 2 3

[TIPS] failure of "Add a row" in Dataverse

 [TIPS] failure of "Add a row"  in Dataverse

When adding a new row for Dataverse, you may get below error.

[TIPS] Move to Required Stage Automatically in Dynamics 365 Business Process Flow

 Move to Required Stage Automatically in Dynamics 365 Business Process Flow

[TIPS] How to Set OData Style Filter in Power Automate Flows

 [TIPS] How to Set OData Style Filter in Power Automate Flows

[TIPS] Notifications within Power Apps

Notifications within Model-driven apps and Canvas apps

[TIPS] How to check if filter result is null or vacant

 [TIPS] How to check if filter result is null or vacant

[TIPS] Add new line to the string / String concatenate with new line in Power Apps Canvas App

 Add new line to the string / String concatenate with new line in Power Apps Canvas App

SSIS, Dataflows, ADF (Azure Data Factory)

 SSIS, Dataflows, ADF (Azure Data Factory)

How Service Protection API Limits are enforced

How Service Protection API Limits are enforced

 Reference

Service protection API limits are enforced based on three facets:

  • The number of requests sent by a user.
  • The combined execution time required to process requests sent by a user.
  • The number of concurrent requests sent by a user.

If the only limit was on the number of requests sent by a user, it would be possible to bypass it. The other facets were added to counter these attempts. For example:

  • You could send fewer requests by bundling them in batch operations.
    • The combined execution time limit will counter this.
  • Rather than sending requests individually in succession, you could send a large number of concurrent requests before service protection API limits are enforced.
    • The concurrent request limit will counter this.

Each web server available to your environment will enforce these limits independently. Most environments will have more than one web server. Trial environments are allocated only a single web server. The actual number of web servers that are available to your environment depends on multiple factors that are part of the managed service we provide. One of the factors is how many user licenses you have purchased.

The following table describes the default service protection API limits enforced per web server:




[TIPS] How to Install Power Query Connector in VS2019 SSIS

 [TIPS] How to Install Power Query Connector in VS2019 SSIS

[Demo] Control your TESLA through Siri and Power Automate

[Demo] Control your TESLA through Siri and Power Automate

Imagine a scenario: in a freezing cold winter, you are heading to the parking lot for your Tesla car. You are holding a big box and have no hand to take out the phone then choose the commands from the menus to turn on the AC remotely, or open the rear trunk. So you just talk to your Apple watch and tell Siri to command the car easily and promptly. Is it an interesting experience you wanna try? If so, you may follow the below steps to finish your personal control application.