Description
Coding these into Salesforce as default values
- The reason we do this with separate fields, is so that it is easier for Qt operations to change the individual values of the license parameters when required by business, customer, agreement etc
- Use Product object in SFDC and add fields
- UL_DF_Hosting__c
- Type: Picklist ('qt','on-prem')
- Description: Location of the license hosting environment, it can be Qt (In our cloud, our backend servers, or whatever Qt chooses to host the management of licensing enforcement processes in) or then it can be On-Prem, which is at customers own environment, in which case the customer takes care of license enforcement processes. This setting may affect license visibility, processes and/or download availabilities in Qt Customer Portal.
- OTF license property: hosting
- Default: Qt for most products, but needs to be set explicitly for the products TBL (to be listed)
- UL_DF_Hosting__c
- Above UL_DF stand for Unified_License_Default_Value but it is abbreviated to shorten the length of the field names
- Any other default values around unified licensing must be named accordingly "UL_DF_..."
- When license is generated in SFDC, these values will be put as is to the License__c, which is, we need all these values to be also in the license record but we can leave the DF part away as that stands for default so, license would then have these new fields
- License_c.UL_Hosting__c - This field have similar setting to above.