How to add a value from a drop down field in transaction line to a drop down field on Configurations
Summary
How to populate a drop down value from a field in transaction line to a drop down field on Configurations Page.Content
Hi,
We have drop down field (selectSDTeam) defined in Transaction Line (Document : Oracle Quote to Order > Transaction Line);
selectSDTeam:
SD_TEAM_CENTRAL
SD_TEAM_NORTH
SD_TEAM_SOUTH
We also have a drop down field (selectTeamSDA) defined in Catalog Definition->Model : MultiNet > Select Your Product > Product;
selectTeamSDA
SD_TEAM_CENTRAL
SD_TEAM_NORTH
SD_TEAM_SOUTH
We want that whenever a user select a value in selectSDTeam in Transaction Line and click SAVE button, the value in selectSDTeam should get append (copy) to selectTeamSDA in Catalog Definition.
1