Nav 2013 Filter in Request Form

Hi,

May I know how to display the default field in request form?

1588.nav.png

I write this code but it doesn’t work:

SETFILTER(“External Document No.”, “G/L Entry”.“External Document No.”);

Please help.

Thanks in advance.

You cannot write code in the “Add Filter”. But try to put this filter on the On"PreDataItem" of the “G/L Entry”.

You want to show the field only or value also?

You can add fields in ReqFilterFields property of dataitem…

Hi all,

I need to display the default field, value will be selected by user.

However I have solved this, I assign field to Properties → ReqFilterFields

2086.req.png

Thanks all @