OOB Document id Field type not displaying the value

cnharris1
Kilo Sage

Good morning developers,

I'm running into an issue with an OOB field on the Fallout table (sn_fallout_mgmt_fallout) named Order line item, that is labeled as context, and is a document_id type field: 

cnharris1_0-1700498788500.png


The problem is that I'm setting the field to the Order line item record associated with the order task using Flow Designer but its not displaying the value: 

cnharris1_2-1700500375117.png


I checked my Flow Designer executions and I'm getting the value but its not displaying the value on the fallout task: 

cnharris1_1-1700499109189.png

 


Has anyone faced a similar issue or have any guidance on how to fix the issue?

Best regards,

cnharris1

1 ACCEPTED SOLUTION

Ethan Davies
Mega Sage
Mega Sage

Hey - this normally happens when the Display Value of the record you are trying to display is empty or being restricted by an ACL on the table you are trying to reference.

 

You can use the 'i' icon next to the reference field to view the record and see what its display value is (you can also check the table and see which field has Display = TRUE). If there is already a value then the next step is to check the read ACLs for that table and make sure that you can see the record and the display value.

 

Let me know if this helps or if it doesn't solve your problem.

View solution in original post

2 REPLIES 2

Ethan Davies
Mega Sage
Mega Sage

Hey - this normally happens when the Display Value of the record you are trying to display is empty or being restricted by an ACL on the table you are trying to reference.

 

You can use the 'i' icon next to the reference field to view the record and see what its display value is (you can also check the table and see which field has Display = TRUE). If there is already a value then the next step is to check the read ACLs for that table and make sure that you can see the record and the display value.

 

Let me know if this helps or if it doesn't solve your problem.

Hi Ethan and thanks for responding!

Here is a list of the ACLs on the fallout table: 

cnharris1_0-1700509687742.png

I didn't find any Read ACLs on the document_id field or anything preventing me from seeing the records on the table. 

I also checked the table and the only field where the display value is set to true is on the Number field: 

cnharris1_1-1700509905307.png


I also clicked the "i" icon next to the reference field but it only said that there was No Preview available. I'm guessing its because the field is empty: 

cnharris1_2-1700510175419.png

However, I did click on the magnifying glass and was presented with this: 

cnharris1_3-1700510247265.png


From there, I updated my Flow to look at the order line item table and now the order line item is displaying on the fallout task:

cnharris1_4-1700510632919.pngcnharris1_5-1700510665048.png


Thanks for guiding me in the right direction.

Best regards,


cnharris1