Solved

Error in FSM Screen

  • 26 August 2021
  • 2 replies
  • 117 views

Userlevel 1
Badge +3

I have been working on creating a new screen ,which i have done multiple times before but this time i am getting an strange error. The Screen is setup as an Search Screen and when i open the creen i get an error

 

XML element attrs not found. Check the XML and try again.

 

and when is see the xml query in the search screen it has no attributes

 

<hierarchy_select max_string_length="256">
  <attrs />
  <primary_table>c_model_team_mapping</primary_table>
  <from>
    <table>c_model_team_mapping</table>
  </from>
</hierarchy_select>

 

Has anybody seen this before and any guidance on how to fix this.

icon

Best answer by SanjeewaJ 1 October 2021, 11:39

View original

2 replies

Userlevel 5
Badge +12

Hi,

arrs tag is empty - Which means, you have not added fields into Search/search results.
In UI designer, drag and drop fields into the relevant area (Search/search results), Save the screen, refresh cache and re-test. Hopefully it will work.

Regards,
Sanjeewa

Userlevel 1
Badge +6

Hello

 

Thanks for your help,

This worked perfect!

 

Bertel

Reply