Does anyone have any decent articles on custom fie...
# general
c
Does anyone have any decent articles on custom field lookups via the netsuite web service? is there any way to get all custom fields either by entity or all period?
s
c
actually that does help. one thing I am having trouble finding though would be values for custom fields of type SelectCustomFieldRef. with the getCustomizationId, I can find the field for the SelectCustomFieldRef but I do not know what options are underneath it (if that makes sense)
like I may have a custom field of "Destination" and within that custom field a user can select "New York", "London", "Dublin", etc. Seems like I can get the field returned for "Destination" but I am not finding the fields to be able to actually set that field to "New York"