Forum Discussion
DavidRevel
3 years agoQrew Trainee
Hi Ryan,
I know this is old, but I am using the App Library and for all my tables it seems to be omitting any field of type "currency" or "formula-currency".
How can I get a complete list of fields from each table?
Thank You,
Dave
------------------------------
David Revel
------------------------------
I know this is old, but I am using the App Library and for all my tables it seems to be omitting any field of type "currency" or "formula-currency".
How can I get a complete list of fields from each table?
Thank You,
Dave
------------------------------
David Revel
------------------------------
SimonH
3 years agoQrew Cadet
The issue seems to be related to the field type of currencyFormat in the apps Fields table (FID 68)
In the app it is set to a type "numeric" however the API that retrieves the fields returns a string value for this property resulting in this line erroring out.
It is possible that it once returned 0,1,2 corresponding to left middle and right.
Changing the field type in the app to text and refreshing the schema will fix the problem
------------------------------
Simon H
------------------------------
In the app it is set to a type "numeric" however the API that retrieves the fields returns a string value for this property resulting in this line erroring out.
It is possible that it once returned 0,1,2 corresponding to left middle and right.
Changing the field type in the app to text and refreshing the schema will fix the problem
------------------------------
Simon H
------------------------------