Hi community,
in IFSAPP10 I am trying to create new configuration for quotation line with migration job.
I checked the configuration form and found these two tables: CONFIGURATION_SPEC and CONFIG_SPEC_VALUE.
I used the table CONFIG_SPEC_VALUE as many times as I have parameters in my configuration revision.


I am able to create new configuration with this migration job. I can see records in both tabels with new configuration ID, but I am not able to create the record regarding the connection between the new configuration and particular "Order Quotation Line".
I found table CONFIG_SPEC_USAGE where you can see the records, that connect configuration ID with another object, but I am not able to use the table/method CONFIG_SPEC_USAGE in migration job.

Could anybody provide any suggestions? How to solve the connection between new configuration and other object?
Thanks a lot.
IFSAPP10