Interface EntryActionUpdateRelatedFieldMetadata

All Superinterfaces:
LifecycleEntryActionMetadata

public interface EntryActionUpdateRelatedFieldMetadata extends 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 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

      List<String> getValues()
      Retrieves the values for setting multi-value picklists.
      Returns:
      a List of picklist values