Updates the metadata associated with a specific value by replacing it with the new metadata record provided. The original value is then returned with the updated metadata appended to it.
Syntax
Value.ReplaceMetadata(value as any, metaValue as any) as any
About
Updates the metadata associated with a specific value by replacing it with the new metadata record provided. The original value is then returned with the updated metadata appended to it.