Shannon Killough
03/04/2021, 5:01 AMparent
is a native field with a value that is actually a record of the customer. The Project Custom Fields scenario operates on the assumption that the two mapped fields are of the same type, so since this is a string field in Mavenlink it is sending over the whole value from the parent
field in NetSuite, which is the whole record of the customer. As a workaround, they suggest that I create a custom field with a formula where it will capture the customer’s name from the customer record as a ‘Text’. Once that is set, I can map that NetSuite custom formula field to the Mavenlink custom field ‘Company Name’ in the Project Custom fields scenario.
I have created a custom entity field as a free-form text, applied to project, and setting the default value to formula = {companyname}. When I save this, nothing populates within the field on the form. What am I missing?battk
03/04/2021, 5:06 AMstore value
checkbox on the field, to match the store value field behavior you are looking forShannon Killough
03/04/2021, 5:24 AM