Hello, i have some fields configured with the displayFormat
in the metadata, but i have too many fields, is there a way to configure a displayFormat
for all of them instead of each one?
Field format according to types
jessica
#1
emoya
#2
Actually yes, you can add some custom metadata for multiple fields based on their types, like this:
var customMeta = {
[source]: {
displayFormats: {
'INTEGER': "0",
'NUMBER': "0[.]000",
'MONEY': '($ 0.00 a)'
}
fields: {}
}
}