FS - Create Entitlement Workflow
The FS - Create Entitlement workflow automatically creates entitlements from entitlement templates. This workflow automates the process of associating an entitlement template with a service product. For more information about the methods that this workflow calls, see FS Create Entitlement Business Service.
This workflow is called when a user clicks the Auto Entitlement button in the Line Items view for an agreement. For more information about configuring this button, see Configuring Auto-Entitlement for Quotes and Orders.
The following figure shows this workflow.

Workflow Description. This workflow performs the following actions:
Get Entitlement Template. This step uses the GetEntitlementTemplates method and the CreateCoveredProds method to retrieve the entitlement templates for the agreement and the service products that the entitlement templates cover.
Validate Entitlement Template. This steps uses the ValidateEntitlementTemplates method to check to make sure that the entitlement templates were not already used to create entitlements for the agreement.
Create Entitlements. This step uses the CreateEntitlements method to use the entitlement templates to create entitlements for the agreement.