• Create the name mapping object that will allow for all templatized field references to be de-templatized. This also removes the stored sourceFields and newFields arrays from fieldInfos.

    Parameters

    • layerInfos: any

      The object that stores the cached layer properties and name mapping

    • url: string
    • itemId: string
    • Optional enterpriseIDMapping: any

    Returns any

    The settings object that will be used to de-templatize the field references.

    Example

    { layer0: { fields: { lowerCaseSourceFieldName: newFieldNameAfterDeployment } } }