createTranslationObject()
Overview
public struct function createTranslationObject(
required string objectName
, required struct sourceObject
)
Returns the meta data for our auto generated translation object based on a given source object
Arguments
Name | Type | Required | Description |
---|---|---|---|
objectName | string | Yes | The name of the source object |
sourceObject | struct | Yes | The metadata of the source object |