String

sameer_79sameer_79 Member Posts: 39
Dear All,
Iam using 4.3 HF5,my customer code is like XX-AAAA-BBBB format, i want to enter only BBBB in sales header customer code feild and it auto fill whole customer code.

Comments

  • David_SingletonDavid_Singleton Member Posts: 5,479
    sameer_79 wrote:
    Dear All,
    Iam using 4.3 HF5,my customer code is like XX-AAAA-BBBB format, i want to enter only BBBB in sales header customer code feild and it auto fill whole customer code.

    Create a new field with a look up to a cross reference table.
    David Singleton
  • rdebathrdebath Member Posts: 383
    Poss 1: Reverse your codes so they are BBBBB-AA-XX

    Poss 2: Put BBBBB in the search name field.

    Poss 3: Put BBBBB in a new field on the customer and point the AltSearchField property of customer."no." at this field. (This is David's but don't forget the property David.)

    Poss 4: Do something smart with code.
Sign In or Register to comment.