Hi guys How can I bond multi-part identifier .I need to get data from magnifier based on Matching condition
I tried PXRestrictor but couldn’t work out
Could you please help….
Thanks in advance.

#region FIELD1
[PXDBString(30, IsUnicode = true)]
[PXUIField(DisplayName = "Template ID", Required = true)]
[PXDefault]
[PXSelector(typeof(Search<DAC.FIELD1>),
typeof(DAC1.FIELD1),
typeof(DAC1.FIELD2),
typeof(DAC1.FIELD3),
SubstituteKey = typeof(DAC1.FIELD1),
DescriptionField = typeof(DAC1.FIELD2))]
[PXRestrictor(typeof(Where<DAC2.FIELD1, NotEqual<Current<DAC1.FIELD1>>,
Or<DAC2.FIELD1, IsNull>>), SSS.SSP.Helper.Messages.Getmes)]