Job Resources Setup
Before you can add job resources from Back Office and from either a Quote, Price Book, the Job Resource Tab and the Job Resource object must be visible to users in Back Office and FieldFX Mobile App.
Once the object is visible, it must be added to the Job Page. Job Resource records can be edited and deleted. You can also create a delivery ticket from a job resource and change the job resource status.
Job Resource Object Availability
The Job Resource object needs to be visible to all users in Back Office and in FieldFX Mobile App who are using Job Resources.
Add 'New' Status to the Job Resource Object
Before you can add job resources to a ticket, they need to have a new status option called 'New'.
-
In the setup for your org, use the Quick Find search and type
object man
. -
Select Object Manager.
-
Use the Search and enter
job res
. -
Select Job Resource.
See Job Resource Object for more information.
-
Click Forms & Relationships.
-
Use the Quick Find search box and type
stat
. -
Select Status.
-
Scroll down to the Values section.
-
Click New.
-
Enter
New
and click Save.The list of values should contain the new status.
-
Click Edit for the 'New' status.
-
Select the Make this value the default for the master picklist checkbox.
-
Click Save.
In the list of values, the
New
value has the Default checkbox selected.
Add and Configure a Job Resource Tab and Data Grid
To use Job Resources, a Data Grid must be added to the Job record page. The Job Resources are pulled from the Quote Item and Price Book Item pickers, which should already be added to the Job record page.
Add the Job Resource Tab
-
Open the Job page in your org.
-
Click the
and select Edit Page.
-
In the Lightning App Builder, decide where the Job Resource Grid goes on the Job Page.
-
If desired, a new tab can be added for Job Resources.
This tab could be added to the main tab where you see the job details.
-
Drag the FXL Data Grid v2 component in the Components list over the desired location.
Make sure Salesforce Object, Object Fields, and Unique name for data grid fields are defined. -
Modify the settings for the grid for Job Resources:
Field Data Grid
v2 SettingJob Resource
Grid SettingSalesforce Object
Blank
FX5__JobResource__c
Object Fields
Blank
Name, FX5__Description__c, FX5__On_Site_Quantity__c,
FX5__Resource_Type__c, FX5__Quantity__c, FX5__Price__c,
FX5__UOM__c, FX5__Equipment__c, FX5__Labor_Resource__c,
FX5__Qty_Shipped__c, FX5__On_Site_Quantity__c,
FX5__Qty_Consumed__c, FX5__Qty_Returned__c, FX5__Status__c
+Action Button settings (JSON string)
Blank
[ {"label":"Generate Delivery Ticket", "iconCategory":"utility", "iconName":"fulfillment_order", "action":"generateDeliveryTicket","variant":
"outline-brand", "callable": "createDeliveryTicket"} ]
Related Object Lookup
Blank
FX5__Job__c
Unique Id
Blank
jobresources
Number of sticky columns
0
1
Initial Sort Column
Name
Name
Initial Sort Direction
ASC
ASC
Display link to view record
checkboxSelected
Selected
Expand Children by default
checkboxSelected
Selected
Remember selected items after refresh
checkboxSelected
Selected
Bypass Page Level Permissions
checkboxBlank
Selected
Resource Url (Unused)
LATEST
Resource Server (Unused)
Blank
Deprecated
Resource Filename
Blank
Configure Quote Items and Price Book Items Item Pickers
Once you have added a tab for Job Resources, you need to add and configure item pickers so you can add items from quotes and price book items.
On the Job Record Page, you should add an item picker for Quote Items and Price Book Items, along with a button to add the Job Resource.
-
While still on the Job Record page, highlight the Add Items From tab.
-
Add two tabs: Quote and Price Book.
-
Highlight the tab and add the FX Item Picker lightning component.
-
Configure the tab’s FX Item Picker as follows:
Field Quote Items Price Book Picker Object
FX5__Quote_Item__c
FX5__Price_Book_Item__c
Picker Lookup Field
FX5__Quote_Item__c
FX5__Price_Book__c
Picker Lookup Value
FX5__Quote2__c
FX5__Price_Book__c
Picker Filter
(FX5__Quote__c=$source.FX5__Quote2__c)
FX5__IsArchived__c = False
Action Button Label
Add Job Resource
Add Job Resource
Target Object
FX5__JobResource__c
Target Object Parent Lookup Field
FX5__Job__c
Target Object Item Field
FX5__Quote_Item__c
FX5__Price_Book_Item__c
Show the '# of Items' Column?
checkboxThis field allows the number of items to be entered. The quantity of that item is added as separate line items for serialized assets or sets the quantity to the number for consumables.
Selected
Field For '# of Items' Column
n/a
n/a
-
Continue with Save and Activate.
Save and Activate
-
Click Save.
-
Click Activation.
-
At the Activation: <Job page name>, click Close.
-
Click ← to return to the Job page.
Recommended Reading
For more information, see:
FieldFX Documentation | Salesforce Documentation |
---|---|
|