Salesforce admins: Urgent action required!

Rules editor: Difference between revisions

Jump to navigation Jump to search
Line 348: Line 348:
| Get Date Part || Return a portion of a date time field || DateTime  
| Get Date Part || Return a portion of a date time field || DateTime  
|-
|-
| LengthOf ||  
| LengthOf || Return the length of a string ||  || Arg1: String
|-
|-
| IndexOf ||  
| IndexOf || Returns the first occurrence of a specified substring within a string || || Arg 1: String; Arg 2: substring
|-
|-
| SetNow  || Assigns current time to variable  || DateTime  ||   
| SetNow  || Assigns current time to variable  || DateTime  ||   
Line 380: Line 380:
| ClearItems  || Removes all items from list variable  || StringList  ||  
| ClearItems  || Removes all items from list variable  || StringList  ||  
|-
|-
| LoadAggregate ||
| LoadAggregate || Allows you to use Fetch XML aggregation functions || || Arg1: entity; Arg2: field; Arg3: aggregation function
|-
|-
| Element At ||  
| Element At ||  
Line 388: Line 388:
| RemoveParty  || Removes a party from an activity  || Activity Entity  ||  User
| RemoveParty  || Removes a party from an activity  || Activity Entity  ||  User
|-
|-
| Save ||  
| Save || (OnSave, OnExecute rule only) Saves an entity record that you created or changed in rules || Entity
|-
|-
| SaveAfter ||  
| SaveAfter || (OnSave, OnExecute rule only) Saves an entity record that you created or changed in rules || Entity || Arg1: Other entity that must be saved first
|-
|-
| AssignNew ||  
| AssignNew || Creates a new instance of an object in the variable
|-
|-
| Delete ||  
| Delete ||  

Navigation menu