How to update the Pick List field Value through EIM Task, Can you please tell how to write the IFB file.

For example, we need to update the Account status field in the Account Applet. we should execute the SQL query to insert the value in EIM table then we run the ifb in EIM task.

Questions by prabhutrt

Showing Answers 1 - 3 of 3 Answers

rahul siebel

  • May 23rd, 2012
 

Create ifb file as per your requirement from already existing default.ifb
IFB FILE has two parts
Header-credentials
Process-name of process (given by your own)
Description of process
[process name]
TYPE
BATCH NUMBER
TABLE
ONLY BASE TABLES and ONLY BASE COLUMNS
Save it and provide as one job parameter during EIM task. I think you know other parameter like trace flag, error flag, etc. Then run the task.
EIM errors
Ambiguous-now row id is provided
Duplicate-with same row id
Foreign key mapping-failed to map
Required columns-failed to load some required columns
Picklist-fail to load the values given in picklist
ADVERTISEMENT

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions