We would like to create & access custom db table structure for our SuiteCommerce Advance Site as-
Custom Record-->
List 1--> Value1, Value2.....Value(n)
List 2--> Value1, Value2.....Value(n)
List 3--> Value1, Value2.....Value(n)
.
.
.
List (n)-->
Then we need to search the values stored in List 1 and compare those with another. What could be the best way to store values in such way that will get the desired result based on List 1 values? Also, Which SuiteScript API we can use to get these custom record db and its receptive values?
Is nlapiGetFieldValues is usable to me? and if yes how we can use that?