Interface EntryActionUpdateRelatedFieldMetadata
- All Superinterfaces:
LifecycleEntryActionMetadata
Provides details for an Update Related Record Field entry action.
This action updates a field on a related object record using a formula expression.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the API name of the field.Retrieves the formula expression of the field.Retrieves the API name of the related object.Retrieves the values for setting multi-value picklists.Methods inherited from interface com.veeva.vault.sdk.api.lifecycle.LifecycleEntryActionMetadata
getType, getTypedLifecycleEntryActionMetadata
-
Method Details
-
getObject
String getObject()Retrieves the API name of the related object.- Returns:
- the API name of the related object
-
getFieldName
String getFieldName()Retrieves the API name of the field.- Returns:
- the field API name
-
getFormula
String getFormula()Retrieves the formula expression of the field.- Returns:
- the formula expression
-
getValues
Retrieves the values for setting multi-value picklists.- Returns:
- a
Listof picklist values
-