Skip to main content
Solved

Updating Character Length in Basic Data

  • February 18, 2022
  • 4 replies
  • 249 views

Forum|alt.badge.img+3
  • Do Gooder (Customer)
  • 7 replies

Is it possible to change the character length’s in the basic data fields?

 

I am specifically looking to increase the Commodity group code that sits in inventory part.

 

Many Thanks

 

Kirsten

Best answer by AHMET.GULTEKIN

it can only be done by modification. But not recomended. Everywhere it had been fetched into and referenced form must be enlarged and that is the other word of creating a buggy system. Instead you can create custom field marked as public and hold extended info there, add reference custom fields on entities where needed  on screen or report layout.

This topic has been closed for replies.

4 replies

Kelum Pradeep Kumara
Superhero (Employee)
Forum|alt.badge.img+18

Hi @K.mitch 
Do you want to change the layout by increasing the group code filed or do you want to increase the length of the filed to increase more characters in it?
If you want to adjust the layout, you can do it through the layout property. (as shown below)

 

If you need to increase the length of the database or client end, then you need to do it as a customization change. 
Hope this info helps.


AanHGTS
Hero (Partner)
Forum|alt.badge.img+12
  • Hero (Partner)
  • 132 replies
  • February 20, 2022

@K.mitch I don’t think you can change the Character Length in Basic Data or any as it needs to fix all the places it used. 


Forum|alt.badge.img+3
  • Author
  • Do Gooder (Customer)
  • 7 replies
  • February 21, 2022

Thanks Both - It’s the actual number of characters in the field I need, i suspected i wouldn’t be able to do it but it was worth the ask.  :)   


Forum|alt.badge.img+7
  • Hero (Employee)
  • 37 replies
  • Answer
  • February 21, 2022

it can only be done by modification. But not recomended. Everywhere it had been fetched into and referenced form must be enlarged and that is the other word of creating a buggy system. Instead you can create custom field marked as public and hold extended info there, add reference custom fields on entities where needed  on screen or report layout.