When doing a part search from home page, you have the Create Quote button to create a new Transaction. How do you change the label of this button?
A. Open the Commerce Process admin page, navigate to Process Actions, and change the label of the "_action_new_transaction" action.
B. Go to the Process Invocation admin page, open the Part Search Results page, select navigation "Rules" of the action that has the type "Start", and change the name of the invocation rule which points to the right commerce process.
C. Go to the Process Invocation admin page, open the Part Search Results page, and change the name of the action that has the type "Start".
D. Open the Text Administration admin page, go to "C", change the entry "Create Quote" and enter "Translated Text."
A customer has BOM Mapping configured on their site using a simple Table-Based BOM Mapping rule. However, they want to modify their BOM Mapping to also map an additional Configuration attribute to a Transaction Line level attribute. Which two methods can the customer use to achieve this? (Choose two.)
A. Add a new entry in the BOM Attribute Mapping table for the BOM item.
B. Add a new entry in the BOM Item Mapping Definition table for the BOM item.
C. Add a new entry in the BOM Attribute Definition table for the BOM item.
D. Define an Advanced BML-Based BOM Mapping rule that populates the "attributes" node of the BOM item.
E. Define an Advanced BML-Based BOM Mapping rule that populates the "definition" node of the BOM item.
F. Define an Advanced BML-Based BOM Mapping rule that populates the "fields" node of the BOM item.
Consider the following requirements for integration with Salesforce:
Transaction information needs to be pushed back to Salesforce and synchronized. You must be able to synchronize a transaction with up to 1,000 lines back to the Opportunity Product object in Salesforce.
On the basis of these requirements, which three XSL sets should you use to provide the integration? (Choose three.)
A. SFDC Opportunity ?Import
B. SFDC Quote ?Upset
C. SFDC Products ?Upset All (200, 400, 600, 800, 1000)
D. SFDC Quote ?Process Updates
E. SFDC Opportunity ?Upload
When designing an integration with an ERP system, you must communicate with a third party integration tool (such as a middleware or a hub). Which three methods can be used to communicate with a middleware in this scenario? (Choose three.)
A. Automated FTP
B. urldata function call in a Commerce Advanced Modification BML function
C. Formula Management
D. Commerce Integration XSLs on an Action
E. Send XML on a Transition Rule via Real Time Integration
F. Commerce Integration Cloud Service Integration on an Action
G. DataCube Reporting
Using standard functionality, how do you prevent a user from manually adding or removing rows in an array set?
A. by using CSS to hide icons
B. by hiding the control attribute
C. by hiding the control attribute and marking it as a forced set
D. by selecting the "Disable user override" property on the configurable array set editor page
A customer sets up a BOM mapping for a configuration model using a single simple Table-Based BOM Mapping Configuration rule, as well as the BOM Item Definition and BOM Item Mapping Tables. When reviewing their implementation,
they notice the following:
The BOM Root Items Administration List shows the root BOM item and its child BOM items correctly. No errors are displayed. (Accessed from Admin > Products > BOM > BOM Root Items List) The BOM Item Mapping Administration List
shows no root BOM item or child BOM items. No errors are displayed. (Accessed from the BOM Mapping rule's "Save and View Details" button)
Which field have they incorrectly populated in their BOM Mapping Tables?
A. "Parent BOM Map Variable Name" in the BOM Item Mapping Table
B. "Root Variable Name" in the BOM Item Definition Table
C. "Part Number" in the BOM Item Definition Table
D. "Parent Variable Name" in the BOM Item Definition Table
E. "BOM Item Variable Name" in the BOM Item Mapping Table
F. "Configurable Attribute Variable Name" in the BOM Item Mapping Table
Given the following code:
Which one of the following statements, when placed in the blank space, will give strArr2 a value of "123?"
A. join (strArr1,"")
B. join (strArr1, " ")
C. combine (" ", strArr1)
D. combine (strArr1, "")
In order to obtain additional sets of records when performing a REST call, which of the following sample URLs would a user use to obtain an additional 1000 records?
A. https://testsite.bigmachines.com/rest/v1/commereceDocumantsExampleTransactions?totalResults=
B. https:///testsitebigmachines.com/rest/v1/commerceDocumantsExampleTransactions?pffset=1000
C. https://testsite.bigmachines.com/rest/v1/commerceDocumentsExampleTransactions?set=1000
D. https://testsite.bigmachines.com/rest/v1/commerceDocumentsExampletransactions?limit=1000
How can information that is stored in a part field be shown in the line item grid column in Commerce?
A. by adding a column to Commerce Layout Editor
B. by adding a column to the Line Item Details layout in the Commerce Layout Editor
C. by adding a column and mapping it to the field in the line item grid in Commerce Layout Editor
D. by adding a field to the part database
Identify the three data types available for part custom fields. (Choose three.)
A. "Currency"
B. "Float" can be changed to "Integer"
C. "String" can be changed to "Single Select Menu"
D. "Boolean"
E. "Date" can include time
F. "Multi Select Menu"