Services Estimator Data Dictionary

ffscpq__Estimate_Role_Request__c

Label: Estimate Role Request

Stores details of resource role requests for estimates.

Field NameField LabelCreated in VersionDescriptionTypeRequiredDefault Value
ffscpq__Actual_Cost_Rate__c Actual Cost Rate Services CPQ June 2022 The cost rate for the role request. This is the average cost rate unless a cost rate override is applied.

Formula:
IF( ffscpq__Use_Dated_Resource_Cost_Rates__c == TRUE, NULL, IF( NOT(ISBLANK(ffscpq__Cost_Rate_Override__c)), ffscpq__Cost_Rate_Override__c, IF( AND( (NOT(ISBLANK(ffscpq__Suggested_Resource__c))), (NOT(ISBLANK(ffscpq__Suggested_Resource__r.pse__Default_Cost_Rate__c))), (NOT($Setup.ffscpq__Services_CPQ_Settings__c.ffscpq__Disable_Role_Request_Suggested_Resource__c)), (NOT($Setup.ffscpq__Services_CPQ_Settings__c.ffscpq__Disable_Suggested_Resource_Cost_Rate__c)), (NOT(ffscpq__Suggested_Resource__r.pse__Daily_Default_Cost_Rate__c)), (TEXT(ffscpq__Suggested_Resource__r.CurrencyIsoCode)= TEXT(ffscpq__Estimate__r.CurrencyIsoCode)) ), ffscpq__Suggested_Resource__r.pse__Default_Cost_Rate__c, ffscpq__Average_Cost_Rate__c ) ) )
Currency(18,9) false
ffscpq__Amount__c Bill Amount Services CPQ January 2022 The total bill amount for the role request before discounts are applied.

Currency(18,4) false
ffscpq__Average_Cost_Rate__c Average Cost Rate Services CPQ November 2021 The average cost rate on the role request's associated rate card.

Currency(18,4) false
ffscpq__Bill_Rate_Card__c Bill Rate Card Summer 2025 Bill rate card with dated rates for this role request. Overrides any bill rate set by a card in the Rate Card field.

Looks up to: pse__Rate_Card__c

Lookup false
ffscpq__Bill_Rate_Override__c Bill Rate Override Services CPQ Spring 2022 The amount to override the bill rate on the rate card associated with the role request by.

Currency(18,4) false
ffscpq__Cost_Amount__c Cost Amount Services CPQ January 2022 The total cost amount for the role request.

Currency(18,4) false
ffscpq__Cost_Rate_Card__c Cost Rate Card Summer 2025 Cost rate card with dated rates for this role request. Overrides any cost rate set by a card in the Rate Card field.

Looks up to: pse__Rate_Card__c

Lookup false
ffscpq__Cost_Rate_Override__c Cost Rate Override Services CPQ Spring 2022 The amount to override the cost rate on the rate card associated with the role request by.

Currency(18,4) false
ffscpq__End_Date__c End Date Services CPQ November 2021 The date the role request ends.

Date true
ffscpq__Estimate_Line_Set__c Estimate Line Set Services CPQ Spring 2022 The line set that relates to the role request.

Looks up to: ffscpq__Estimate_Line_Set__c
Lookup false
ffscpq__Estimate_Product__c Estimate Product Services CPQ August 2022 The estimate product that relates to the role request.

Looks up to: ffscpq__Estimate_Product_Instance__c
Lookup false
ffscpq__Estimate_Task__c Estimate Task Services CPQ November 2021 The task that relates to the role request.

Looks up to: ffscpq__Estimate_Task__c
Lookup false
ffscpq__Estimate__c Estimate Services CPQ November 2021 The estimate that relates to the role request.

Looks up to: ffscpq__Estimate__c
Lookup false
ffscpq__External_Resource__c External Resource Services CPQ Spring 2022 Indicates the estimate role request is for an external resource.

Checkbox false false
ffscpq__Group__c Group Services CPQ November 2021 The group that relates to the role request.

Looks up to: pse__Grp__c

Lookup false
ffscpq__Hours__c Hours Services CPQ November 2021 The number of hours the resource role will be required for.

Number(18,2) true
ffscpq__Is_Hours_Calculated__c Calculate Hours by Percentage Services CPQ Spring 2023 If selected, the hours of the role request are calculated from the hours of other role requests on the related estimate.

Checkbox false
ffscpq__Is_Pushed_Schedule_Out_of_Sync__c Pushed Schedule Out of Sync Services CPQ Summer 2023 Checkbox false
ffscpq__Margin__c Margin (Amount) Services CPQ June 2023 The difference between the net amount and cost for the role request.

Formula:
ffscpq__Net_Amount__c - ffscpq__Cost_Amount__c
Currency(18,2) false
ffscpq__Net_Amount__c Net Bill Amount Services CPQ January 2022 The total bill amount for the role request after discounts are applied.

Formula:
ffscpq__Amount__c * (1 - ffscpq__Total_Discount__c)
Currency(18,4) false
ffscpq__Order__c Peer Order Services CPQ Summer 2022 For system use. Used to determine the hierarchy of the role request.

Number(8,0) false
ffscpq__Original_Hours__c Original Hours Services CPQ Summer 2024 The original hours of the role request before the hours multiplier was applied.

Number(18,2) 0
ffscpq__Percent_Allocation_for_Calculated_Hours__c Percent Allocation for Calculated Hours Services CPQ Spring 2023 The percentage allocation of the hours of the parent record to use when calculating the hours for the role request.

Percent(18,2) false
ffscpq__Percent_Discount__c Discount (%) Services CPQ February 2022 The percentage discount applied to the role request when its billing type is Time and Materials.

Percent(5,2) false
ffscpq__Percent_FTE__c Full-Time Equivalent (%) Winter 2025 The percentage Full-Time Equivalent (FTE) hours for the role request.

Percent(18,2) false
ffscpq__Percent_Margin__c Margin (%) Services CPQ June 2023 The margin as a percentage of the amount.

Formula:
IF(ffscpq__Net_Amount__c = 0, 0, ffscpq__Margin__c / ffscpq__Net_Amount__c)
Percent(18,2) false
ffscpq__Practice__c Practice Services CPQ November 2021 The practice that relates to the role request.

Looks up to: pse__Practice__c

Lookup false
ffscpq__Rate_Card__c Rate Card Services CPQ September 2023 The rate card that relates to the role request.

Looks up to: pse__Rate_Card__c

Lookup false
ffscpq__Region__c Region Services CPQ November 2021 The region that relates to the role request.

Looks up to: pse__Region__c

Lookup false
ffscpq__Requested_Bill_Rate__c Requested Bill Rate Services CPQ January 2022 The requested bill rate for the role request with any discounts applied.

Formula:
IF( ffscpq__Use_Dated_Resource_Bill_Rates__c == TRUE, NULL, IF( OR(ISBLANK(ffscpq__Hours__c), ffscpq__Hours__c = 0), 0, ffscpq__Net_Amount__c / ffscpq__Hours__c ) )
Currency(18,9) false
ffscpq__Resource_Request__c Resource Request Services CPQ January 2022 The resource request created from the role request.

Looks up to: pse__Resource_Request__c

Lookup false
ffscpq__Resource_Role__c Resource Role Services CPQ November 2021 The resource role requested.

Picklist:
Architect
Business Analyst
Client Manager
Consultant
Contractor
Executive
Project Manager
Senior Consultant
Trainer
true
ffscpq__Role_for_Calculated_Hours__c Role for Calculated Hours Services CPQ Spring 2023 The role to use when calculating the hours for a role request.

Picklist:
Architect
Business Analyst
Client Manager
Consultant
Contractor
Executive
Project Manager
Senior Consultant
Trainer
false
ffscpq__Schedule__c Schedule Services CPQ November 2021 The schedule created for the estimate role request.

Looks up to: pse__Schedule__c

Lookup false
ffscpq__Source_Estimate__c Source Estimate Services CPQ January 2022 The estimate that was used as a template in the creation of the role request.

Looks up to: ffscpq__Estimate__c
Lookup false
ffscpq__Source_Role_Request__c Source Role Request Services CPQ Winter 2024 The role request that was used as a template in the creation of the role request.

Looks up to: ffscpq__Estimate_Role_Request__c
Lookup false
ffscpq__Start_Date__c Start Date Services CPQ November 2021 The date the role request starts.

Date true
ffscpq__Suggested_Bill_Rate__c Suggested Bill Rate Services CPQ November 2021 The suggested bill rate on the role request's associated rate card.

Currency(18,4) false
ffscpq__Suggested_Resource__c Suggested Resource Services CPQ October 2022 The recommended resource for the role request.

Looks up to: Contact

Lookup false
ffscpq__Total_Discount__c Total Discount Services CPQ May 2023 The total discount applied to the role request. This is the sum of the global discount on the estimate, the discount on the related estimate product, line set, and task, and the discount of the role request.

Formula:
IF(ffscpq__Estimate_Product__c <> NULL && ISPICKVAL(ffscpq__Estimate_Product__r.ffscpq__Billing_Type__c, 'Fixed Price'), 1- (1-IF(ISBLANK(ffscpq__Estimate__r.ffscpq__Percent_Global_Discount__c),0,ffscpq__Estimate__r.ffscpq__Percent_Global_Discount__c)) * (1 - IF(ISBLANK(ffscpq__Estimate_Product__r.ffscpq__Percent_Discount__c),0,ffscpq__Estimate_Product__r.ffscpq__Percent_Discount__c)), 1- (1-IF(ISBLANK(ffscpq__Estimate__r.ffscpq__Percent_Global_Discount__c),0,ffscpq__Estimate__r.ffscpq__Percent_Global_Discount__c)) * (1 - IF(ISBLANK(ffscpq__Estimate_Product__r.ffscpq__Percent_Discount__c),0,ffscpq__Estimate_Product__r.ffscpq__Percent_Discount__c)) * (1 - IF(ISBLANK(ffscpq__Estimate_Line_Set__r.ffscpq__Percent_Discount__c), 0, ffscpq__Estimate_Line_Set__r.ffscpq__Percent_Discount__c)) * (1 - IF(ISBLANK(ffscpq__Estimate_Task__r.ffscpq__Cumulative_Task_Discount__c),0,ffscpq__Estimate_Task__r.ffscpq__Cumulative_Task_Discount__c)) * (1 - IF(ISBLANK(ffscpq__Percent_Discount__c),0,ffscpq__Percent_Discount__c)))
Percent(5,9) false
ffscpq__Use_Dated_Resource_Bill_Rates__c Use Dated Resource Bill Rates Summer 2025 If selected, only rate cards with dated resource bill rates can be matched to the role request.

Checkbox false
ffscpq__Use_Dated_Resource_Cost_Rates__c Use Dated Resource Cost Rates Summer 2025 If selected, only rate cards with dated resource cost rates can be matched to the role request.

Checkbox false
ffscpq__Work_Calendar__c Work Calendar Services CPQ January 2024 The work calendar that relates to the role request.

Looks up to: pse__Work_Calendar__c

Lookup false


© Copyright 2009–2025 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.