Assit prpperty for No. Series Field in a form

sridharsridhar Member Posts: 171
Can any one please describe how to set assist property for the No. Field in the card form?

Comments

  • krikikriki Member, Moderator Posts: 9,118
    I suppose you want to add the functionality to generate a new no?
    Take the Item-Card or sales order-card and check out the code behind the field.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    Yes, the Item is the most simple. This does not have a xRec parameter.

    Customers and Vendors use the xRec parameter

    SalesOrders have 5 no. series for 1 table and is even more complex.

    The assistedit goes to work if you put something in the OnAssistedit trigger of a control. Even if it is textcomment...

    Remember the no series require also code in the oninsert trigger of the table and in the validation of the "No." Field.

    Good luck.
Sign In or Register to comment.