Hi everyone, i am trying to get Matrix Item Name T...
# suitecommerce
v
Hi everyone, i am trying to get Matrix Item Name Template of item from fieldset. i kept that field in the details fieldsets but that field is not coming in PDP item attributes. Can we access this field or not because it is showing there in fieldset to set? Anyone?
s
It's probably not a 'real' field on the item record so probably cannot be pulled into the field set.
v
It is a bodyfield of Textarea type. Is there any way to get this without using suitescript?
s
I'm not sure the field type is the point here. The point is that it is a synthetic field
You could create a custom field and then a script / mass update / workflow that copies the value into it. And then put that custom field in your field set.
v
Hi Steve thanks for the response, i tried Suitesctipt and got the value but i have to make service call, which i don't want. I will try another approach, creating a custom field and mass update/workflow.
s
👀
What's the name of the field?
v
matrixitemnametemplate
s
Never mind, I just realised I should have been looking at the InventoryPart docs
👍 1