EIM Export
Hello!
We are running on Siebel 21.12. We have a requirement to update a custom column S_CASE.X_PR_ASSET_ID by running the EIM import. We have created IFB for export by specifying below in the IFB file:
[Siebel Interface Manager]
PROCESS = EXPORT_FROM_S_CASE
[EXPORT_FROM_S_CASE]
TYPE = EXPORT
BATCH = 100
TABLE EIM CASE
ONLY BASE TABLES = S_CASE
ONLY BASE COLUMNS = CASE_NUM, \
BU_ID
EXPORT ALL ROWS = FALSE
EXPORT MATCHES = S_CASE, (ROW_ID IN ('1-P7K6H'))
After the export is completed the Interface Table Data Column "X_CASE_X_PR_ASSET_ID" is NULL, however it is expected it contains "No Match Row Id". It seems that nothing is exported for this custom column.