Solved

FSM 6 - Mapped Import with Descriptions vs. Code Values

  • 14 July 2020
  • 5 replies
  • 297 views

Userlevel 3
Badge +8

Hi all,

in FSM 6.5

Has anyone figured out how to create Import Maps for (Global/Metrix) Code Table controlled fields, where the user can import the description vs. the code_value? 


We are facing constant issues with users either not understanding that Code Values are needed, or simply not having access to the specific Code Values.   

We’ve previously compensated by creating Excel Import map templates, with dropdowns, but keeping those up-to-date with all the global code table values & descriptions is a large effort.

 

Appreciate allfeedback

-Rudy

 

icon

Best answer by probenbeh 18 September 2020, 15:51

View original

5 replies

Userlevel 3
Badge +8

Ben,

 

Thank you!  that makes total sense, and will work the way I was looking for it to work!

 

Sincerely,

Rudy

 

Userlevel 1
Badge +3

Rudy, import into the t-tables instead.  create a Business rule to update the column based on global code description.  Else you would need to handle as an integration map and drop a file and the integration map perform the function to determine the correct value.

Userlevel 7
Badge +24

Hi @Rwjgoedhart,

Can you confirm if either/both of the above posts answered your query? If they did please mark one as best answer as this will assist future forum users to quickly identify solutions to known issues.

Kind regards,

Lee Pinchbeck

Userlevel 5
Badge +17

Rudy -

You have to import the code table records first, though you might be able to do it with a single import map.  A table which has a field where you see the description displayed in the UI only stores the code value (not the description).  The descriptions only exist in the code tables.

@Paul Drennan - there is a separate thing which is an ‘Import Map’ and it can be used for importing data via Menu->File->Import/Export when you have data to import from a 3rd party system.


BR
MikeTFSMT

 

Userlevel 4
Badge +11

Hi,

By import maps I take it you mean FSM Connect XML Maps?

If so then an XML map can be created that imports data into ANY table within FSM.

If the issue you're having is around the validation on lookup tables then there is an option on XML maps that will assist you.

Please access an XML map and go to the 'Mapping' tab.  On each row there is a check box under 'FORCE CREATE CODE' - for each row where the check box is selected, if there is an insert into a code table on said row and the code does not exist this check box will create the code in the code table.

Be careful with this option as if poor data is sent to FSM on a regular basis then it has the potential to compromise the integrity of the codes going forward.

I hope this helps.

Kind regards,

Paul

Reply