Can you create/change custom fields on an Instance...
# suitescript
b
Can you create/change custom fields on an Instance through SuiteScript? How can we use N/search module (or other modules) to find custom fields?
r
It can probably be done with SDF but you'd probably have an easier time creating them in the UI and capturing them with SDF. After capturing them you could deploy the whole project to another instance, such as prod. See #C42JX79UZ
b
you can use N/query to query Custom Field Definition
you can also use N/record to load the custom fields, for example
transactionbodycustomfield
is the record type of transaction body custom fields
b
For some reason, N/search doesn’t like transactionbodycustomfield
b
N/search was not one of the options i gave
b
@battk That record doesn’t seem to exist for me unfortunately
But SuiteQL worked!