Has anyone ever come across a field showing no val...
# administration
b
Has anyone ever come across a field showing no value on the transaction form when the transaction is loaded in the UI but showing a value in searches and list views? The particular field in question is "Created From" on item fulfillments.
r
Hmm are you sure that the Created From field on your form is the same as the one in the search? Possible someone hid the native Created From field off the form and has a custom field also named Created From that's not getting filled in. I don't know why anyone would do that, but that's all I can think of now. Try switching to the standard form in view mode and see if another Created From field pops up that's populated.
b
The field on the form has the id {createdfrom} (based on field help)
r
I dunno then. Probably a case. I don't recall ever seeing that happen.
t
My understanding is that the Applied To And Applying Transaction fields were what generated these values. You might want to give those a try.
i
I'm trying to set the createdFrom field for credit memo when uploading CSV. I mapped the invoice internal Id the
Applied To
. However, although I can see the value in the list view, I cannot see it in the credit memo itself. In addition, the field not visible when getting it using GET rest api. Looks like the value of
Applied To
is not stored in the createdFrom field. Any ideas? BTW - I couldn't see the
Applying Transaction
in the mapping screen, so maybe it's not related to Credit Memo.