Skip to main content
Answer

I try add ARInvoice field AR Payment Application and Application History

  • September 28, 2023
  • 5 replies
  • 145 views

Forum|alt.badge.img

so ARInvoice the value of field display but in Application history not display. What’s happen ?

 

Best answer by kevinheng21

Fixed

5 replies

Forum|alt.badge.img+4

Does it show when you use the Preview Changes button on the top left of your screenshot?  Have you published the project in your tenant so that it will show there?  Are there permissions blocking visibility of the field?


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • September 29, 2023

In Document to Apply tab, the value field show up

But after remove and release the value in tab Application history don’t show up

So what have I missed on this customize ?


Keith Richardson
Semi-Pro I
Forum|alt.badge.img+2

Is the field a database field, or calculated? I see its a UsrField on the ARInvoice table, or ARRegister table that is joined? Can you post your code for that DAC declaration?


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • October 2, 2023

Is the field a database field, or calculated? I see its a UsrField on the ARInvoice table, or ARRegister table that is joined? Can you post your code for that DAC declaration?

#region UsrInvoiceExtRefNbr
[PXDBString(25)]
[PXUIField(DisplayName="Invoice ExtRefNbr")]

public virtual string UsrInvoiceExtRefNbr { get; set; }
public abstract class usrInvoiceExtRefNbr : PX.Data.BQL.BqlString.Field<usrInvoiceExtRefNbr> { }

    #endregion


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • Answer
  • October 4, 2023

Fixed