You can use a Multiple Value Lookup (MVL) field to link a custom object with multiple field values to a CA Clarity™ Agile object.
For example, create a custom object called Risk, which holds the product wise information on any development risk that is involved and its severity. You can link this custom object with user stories to give more comprehensive information.
You can link an MVL field to the following built-in objects:
To set up an MVL field, do the following tasks:
For complete information about creating custom objects, see the Salesforce.com Help & Training. This documentation is available if you click the Setup link to bring up Personal Setup, and then click the Help link.
For example, create a custom object Risk, with fields Description, Severity and Product.
Follow these steps:
The Salesforce.com Personal Setup page appears.
The Custom Objects page appears.
A junction object is a custom object that helps you to link one custom object with another built in object. For example, create a junction object called UserStory_Risk to link the custom object Risk with User Stories.
Follow these steps:
The Salesforce.com Personal Setup page appears.
The Custom Objects page appears.
The multiple value lookup allows you to configure the custom object with multiple values to show up with the built-in object.
For example, the Risk field is available for entry when you work on User Stories.
Follow these steps:
For example, select user story as the Record type if you are configuring MVL for Risk.
A custom object associated with the record type. For example, select Risk for the record type user story.
Select the custom object name to store the relationship between the Record Type and the Secondary Object. For example, select UserStory_Risk object.
Select the primary field that junction object is associated to. For example, select User Story as the primary field.
Select the secondary field that junction object is associated to. For example, select Risk as the secondary field.
Select the fields of the secondary object. You can select only TEXT and pick list type fields.
The MVL is created and available for you when you configure the related object.
Note: Click Administration, and from Configuration, click Property Views, and verify the custom_mvl section is available in the object property view.
The MVL by default returns all the values that are available for the configured objects. You can configure the MVL to show only relevant values for the associated record type.
For example, the Risk MVL shows all the available risks when you configure it for a user story, regardless of the product the user story is associated with. However, you can configure the Risk MVL to show the risks that are associated with the products that the users stories are related to.
Follow these steps:
For example, select Id, Name, Description from Risk__c where product__c = :productid
Parameters are available for the following objects:
:id, :productid
:id, :productid
:id, :userstoryid
:id
:id
:id, :productid
:id, :productid, :releaseid
:id
The columns in MVL appear in the order they are created, however you can reorder the columns and adjust the width of the columns.
Follow these steps:
Force.com provides a Data Loader client that you can use to import data in bulk. To import the data, use a CSV file. You must have administrator or super user privileges to download the Data Loader.
Note: The following procedure was accurate at the time it was documented. However, the Data Loader is a Force.com application, and changes made to the application by Force.com can render the procedure as outdated.
Follow these steps:
The Salesforce.com Setup page appears.
The Data Management page appears.
The Settings window appears.
https://login.salesforce.com
Your company proxy details
Your company proxy port
Your company proxy username
Your company proxy password
Note: To obtain the ID for the reference objects or the display ID in the detail pages, export the object and look at the ID column.
|
Copyright © 2013 CA.
All rights reserved.
|
|