Skip to main content
Solved

Custom Field creation in Dialog Box

  • March 31, 2023
  • 2 replies
  • 515 views

Forum|alt.badge.img+6

Hi Community,

 

I need to create a custom field (persistent field) in a dialog box. path given below. please help me.

  1. go to ‘register order arrivals’ screen and RMB select ‘Receive...’
  1. then a dialog box named ‘Receive’ will appear here. and in header part I need to add two custom fields (persistent) . How can I do this?

Best Regards,

Hari

Best answer by Charith Epitawatta

HI @Harikrishnangr,

I am afraid you cannot add custom fields to dialogs. 

Custom field framework has been created as a standard framework functionality that works on a majority of pages in IFS Applications, but they do not work everywhere.  One such place is dialogs. Custom fields require that the implementation of pages and their underlying storage conform to certain common patterns. Dialogs do not conform to those. 

Please have a look at this similar question:

Hope this helps!

2 replies

Charith Epitawatta
Ultimate Hero (Employee)
Forum|alt.badge.img+31
  • Ultimate Hero (Employee)
  • 1094 replies
  • Answer
  • March 31, 2023

HI @Harikrishnangr,

I am afraid you cannot add custom fields to dialogs. 

Custom field framework has been created as a standard framework functionality that works on a majority of pages in IFS Applications, but they do not work everywhere.  One such place is dialogs. Custom fields require that the implementation of pages and their underlying storage conform to certain common patterns. Dialogs do not conform to those. 

Please have a look at this similar question:

Hope this helps!


Forum|alt.badge.img+6
  • Author
  • Sidekick (Customer)
  • 30 replies
  • April 4, 2023

HI @Harikrishnangr,

I am afraid you cannot add custom fields to dialogs. 

Custom field framework has been created as a standard framework functionality that works on a majority of pages in IFS Applications, but they do not work everywhere.  One such place is dialogs. Custom fields require that the implementation of pages and their underlying storage conform to certain common patterns. Dialogs do not conform to those. 

Please have a look at this similar question:

Hope this helps!

Thank you very much Charith.