Skip to main content
Solved

Custom Fields not displaying IEE


Forum|alt.badge.img+2
  • Do Gooder (Partner)
  • 8 replies

Hi,

I have created a new customized screen, and now i have added custom fields to the screen, i can see these columns in CFV but I am unable to reload configuration in Page. hence Custom Fields are not displaying in the screen.

Thanks in Advance.

Regards,

shravan.

 

Best answer by Sangeetha Jayamaha

@Shravan 

 Also check whether you have put the view name in All Caps in the .designer.cs file.

 

eg: in frmProblemWindow.Designer.cs file it should be as follows.

 

  this.NamedProperties.Put("ViewName", "USER_ALLOWED_SITE");

 

If you have, it as follows, the custom fields does not work.

this.NamedProperties.Put("ViewName", "User_Allowed_Site");

 

Best Regards,

Sangeetha Jayamaha.

/

View original
Did this topic help you find an answer to your question?
This topic has been closed for comments

20 replies

Sangeetha Jayamaha
Hero (Employee)
Forum|alt.badge.img+7

@Shravan 

After adding the custom fields to the form, hope you published the fields.

 

Once you publish it make sure that all the below check boxes are checked.

 

Then you can go back to your window and Reload configuration.

 

Then RMB on the Form and go to properties and make sure that the following check box is checked.

 

 

Then From the Layout tab, You can add the custom filed to the form.

 

Now if you close the window and open it again, You will see the newly added custom field as below.

 

 

Hope you will try this and get back.

Regards,

Sangeetha Jayamaha.

/


Forum|alt.badge.img+2
  • Author
  • Do Gooder (Partner)
  • 8 replies
  • August 2, 2021

Hi Sangeetha,

Thank you for your quick response.

I have published all the fields, but when i do reload configuration nothing happens. did i miss anything after publishing.

 

 

Regards,

Shravan


Sangeetha Jayamaha
Hero (Employee)
Forum|alt.badge.img+7

@Shravan Did you follow all the above mentioned steps after publishing and reloading configuration ? 

Do you get the custom fields to the layout tab as mentioned above ? 

/Sangeetha


Forum|alt.badge.img+2
  • Author
  • Do Gooder (Partner)
  • 8 replies
  • August 2, 2021
Sangeetha Jayamaha wrote:

@Shravan Did you follow all the above mentioned steps after publishing and reloading configuration ? 

Do you get the custom fields to the layout tab as mentioned above ? 

/Sangeetha

Hi Sangeetha,

After publishing the custom fields i tried to reload the configuration after that screen is not getting refreshed hence the custom fields are not available in layout.

Regards,

Shravan


Sangeetha Jayamaha
Hero (Employee)
Forum|alt.badge.img+7

@Shravan RMB on the form and go to properties.  Then take screen shots of “window tab” and the “layout tab” and add them here. Let’s see if we can figure out what has happened

/Sangeetha


Forum|alt.badge.img+2
  • Author
  • Do Gooder (Partner)
  • 8 replies
  • August 2, 2021
Sangeetha Jayamaha wrote:

@Shravan RMB on the form and go to properties.  Then take screen shots of “window tab” and the “layout tab” and add them here. Let’s see if we can figure out what has happened

/Sangeetha

Hi Sangeetha,

please find below for reference, after reload configuration nothing has updated in the screen.

 

Regards,

shravan


Sangeetha Jayamaha
Hero (Employee)
Forum|alt.badge.img+7

@Shravan You have to check the “Use customized screen layout” check box as per above screenshot. Seems you have not checked it. 

 

Also attach the “Window tab” screenshot.

/Sangeetha


Forum|alt.badge.img+2
  • Author
  • Do Gooder (Partner)
  • 8 replies
  • August 2, 2021
Sangeetha Jayamaha wrote:

@Shravan You have to check the “Use customized screen layout” check box as per above screenshot. Seems you have not checked it. 

 

Also attach the “Window tab” screenshot.

/Sangeetha

Hi Sangeetha,

Please find below for reference.

Regards,

Shravan


Sangeetha Jayamaha
Hero (Employee)
Forum|alt.badge.img+7

@Shravan now it’s fine now. Press ok and close the window. Then open the window again and you should be able to see the custom fields.

/Sangeetha


Forum|alt.badge.img+2
  • Author
  • Do Gooder (Partner)
  • 8 replies
  • August 2, 2021
Sangeetha Jayamaha wrote:

@Shravan now it’s fine now. Press ok and close the window. Then open the window again and you should be able to see the custom fields.

/Sangeetha

Hi Sangeetha,

I have followed all the general procedure for custom fields, but custom fields are not appearing in the form, but i can find them in the CFP’s and CFV’s, only i have problem with reload configuration as it is not refreshing the screen.

both screen and entity’s are newly introduced..

Regards,

Shravan

 


Forum|alt.badge.img+10
  • Hero (Customer)
  • 79 replies
  • August 2, 2021

Hi  Shravan,

 

I’ve had this in Apps9, you may need to go into the “None (of totally3)” on the approved step and manually approve views to get the field to display, can’t guarantee that this will solve your issue but worth a try. You will need to synchronize again and reload config - hope that helps you.

 

 


Forum|alt.badge.img+2
  • Author
  • Do Gooder (Partner)
  • 8 replies
  • August 2, 2021
sholmes wrote:

Hi  Shravan,

 

I’ve had this in Apps9, you may need to go into the “None (of totally3)” on the approved step and manually approve views to get the field to display, can’t guarantee that this will solve your issue but worth a try. You will need to synchronize again and reload config - hope that helps you.

 

 

Hi Sholmes,

Thanks for your response.

I have tried the same but still i didn’t see the fields.

Regards,

Shravan

 


Chamika Dilhani
Hero (Former Employee)
Forum|alt.badge.img+9

Hi,

 

Check System Parameters and see attributes related to Custom fields are set to ON.


Chamika Dilhani
Hero (Former Employee)
Forum|alt.badge.img+9

System parameters for Custom Objects should be as below.

But, there should not be any issue with this, if you can see custom fields in other windows.

 


Sangeetha Jayamaha
Hero (Employee)
Forum|alt.badge.img+7

@Shravan Does this issue exists for all the forms in the application or is it for only this form? 

 

If it is for all the forms, you could check the following setting as well. 

 

Solution manager --> Monitoring --> Application Monitoring --> Application Monitoring console.

 

There check the indicator for “PL/SQL Access Provider configuration test”.

 

For the custom fields to work, that should be green.

Here is a screenshot of the window.

Best Regards,

Sangeetha Jayamaha.

/


Forum|alt.badge.img+2
  • Author
  • Do Gooder (Partner)
  • 8 replies
  • August 2, 2021
Sangeetha Jayamaha wrote:

@Shravan Does this issue exists for all the forms in the application or is it for only this form? 

 

If it is for all the forms, you could check the following setting as well. 

 

Solution manager --> Monitoring --> Application Monitoring --> Application Monitoring console.

 

There check the indicator for “PL/SQL Access Provider configuration test”.

 

For the custom fields to work, that should be green.

Here is a screenshot of the window.

Best Regards,

Sangeetha Jayamaha.

/

Hi sangeetha,

 

The issue is for only one form and it is newly added by me.


Yasas Kasthuriarachchi
Superhero (Employee)
Forum|alt.badge.img+30

Nilushi Silva
Hero (Employee)
Forum|alt.badge.img+8
  • Hero (Employee)
  • 35 replies
  • August 3, 2021

hi @Shravan ,
 

I assume that you you shipment form is customized form as in above screenshot logical unit is ‘KosShipmentLine’. Could please check if you have added custom field view as an approved details view. 
Similar approach is described in below community post.
 

https://community.ifs.com/technical-issues-101/why-is-it-that-created-read-only-custom-field-on-gl-voucher-row-analysis-window-not-shown-2710?postid=9687#post9687

Nilushi - 
 


Sangeetha Jayamaha
Hero (Employee)
Forum|alt.badge.img+7

@Shravan 

 Also check whether you have put the view name in All Caps in the .designer.cs file.

 

eg: in frmProblemWindow.Designer.cs file it should be as follows.

 

  this.NamedProperties.Put("ViewName", "USER_ALLOWED_SITE");

 

If you have, it as follows, the custom fields does not work.

this.NamedProperties.Put("ViewName", "User_Allowed_Site");

 

Best Regards,

Sangeetha Jayamaha.

/


Forum|alt.badge.img+2
  • Author
  • Do Gooder (Partner)
  • 8 replies
  • August 5, 2021

Hi Sangeetha,

This solution works, now it is working as expected.

 

Thank you. 

Regards,

Shravan

 


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings