Skip to main content
Question

Custom Field (List) - Manual Typing & Paste

  • October 14, 2024
  • 8 replies
  • 124 views

hhy38
Superhero (Customer)
Forum|alt.badge.img+16
  • Superhero (Customer)
  • 326 replies

Hi,

 

Is it possible to type or paste into a custom list field?

 

 

8 replies

hhy38
Superhero (Customer)
Forum|alt.badge.img+16
  • Author
  • Superhero (Customer)
  • 326 replies
  • October 15, 2024

Any suggestion?


Marcel.Ausan
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • 1298 replies
  • October 15, 2024

@hhy38 depends on the type of Custom Field.

Basically you can have:

  • ReadOnly custom Fields - fetching info from other screens and showing as ReadOnly in the current screen
  • Persistent Custom Fields → accept user input. Could be free text | numeric | true/false | ennumeration.

If your CF is a Persistent CF you should be able to insert/update/delete the value.


Forum|alt.badge.img+6
  • Do Gooder (Customer)
  • 12 replies
  • October 15, 2024

No, it is not possible.


hhy38
Superhero (Customer)
Forum|alt.badge.img+16
  • Author
  • Superhero (Customer)
  • 326 replies
  • October 16, 2024

@Marcel.Ausan We are using Persistent CF. We can’t insert a value if the CF has a List of Value option. Do you have any solution?


Abdul
Superhero (Partner)
Forum|alt.badge.img+20
  • Superhero (Partner)
  • 538 replies
  • October 16, 2024

Hi @hhy38 ,

Custom field can either be text type field or LoV based. Both type of persistent field requirement can not be achieved by single custom field.

For LoV based field system would always check reference table.

Regards

Abdul Rehman 


dewelk
Sidekick (Employee)
Forum|alt.badge.img+3
  • Sidekick (Employee)
  • 5 replies
  • October 16, 2024

@Marcel.Ausan We are using Persistent CF. We can’t insert a value if the CF has a List of Value option. Do you have any solution?

 

Unfortunately, No. There are issues when pasting values to a LOV field. Those values ​​are not getting saved. Currently, it’s allowing to paste values using right-click context menu. This menu is planned to be disabled in UPD26. This ensures that pasting into these fields remains restricted.

You have to enter the values using the LOV. This is the only option. 


hhy38
Superhero (Customer)
Forum|alt.badge.img+16
  • Author
  • Superhero (Customer)
  • 326 replies
  • October 16, 2024

@dewelk Actually, we don’t want to save a value to the LOV. We would like to save time while inserting a record. Some users memorize the key value. So, they want to enter the value directly without opening a pop-up. I think this is also not possible.


Abdul
Superhero (Partner)
Forum|alt.badge.img+20
  • Superhero (Partner)
  • 538 replies
  • October 20, 2024

​Hi @hhy38, Yes you are right, it is not possible to enter value in a type field without opening respected pop-up, though, things have become easy in Cloud since LoV type fields also works like an enumeration type field.