Can i create three field custom record or we have ...
# suitescript
m
Can i create three field custom record or we have better solution for that, Actually i want to have three field in single list/table ColumnA will be dropdown of location, Column b will be shipping method dropdown and Column C will be freeform text field. The i want to get this record type on the basis of linelocation and want to show freedormtext value in salesordeelineitem using suitescript, Am I in a right direction?
b
you can usually always do this with suitescript
your ability to do this outside of suitescript depends on your mastery of Sourcing Criteria and Filtering Criteria
m
Thanks @battk, but my concern is creating custom record is a good idea or we have better solution for that
I want to do this and then get freeformtext value from this record
b
the fields and data have to go somwhere
👍 1
if not a field on a custom record, then its a field on another record
potentially the location itself
m
So you're recommend ing this?
b
dont really know your requirements in enough detail to give recommendations
from a minimalist perspective, I would avoid the script and the custom record
m
Is there any way(other then custom record) i can keep three fields in a row somewhere, LocationId, ShippingItemId and FreeFormText field in a single row data?
the in salesorderlineitem i want to get the freeformtext field as per locatin change
b
custom fields on the location record
custom transaction line fields to source from the line location
m
Locations and shipping method will be many to many relation