Determines if the provided data object is a Vlocity datapack record.
This function checks if the object contains the properties VlocityDataPackType and VlocityRecordSObjectType, which are indicative of a Vlocity datapack record.
VlocityDataPackType
VlocityRecordSObjectType
The object to check.
A type predicate indicating whether the object is a Vlocity datapack record.
Determines if the provided data object is a Vlocity datapack record.
This function checks if the object contains the properties
VlocityDataPackType
andVlocityRecordSObjectType
, which are indicative of a Vlocity datapack record.