Hi fellows, I want add possibility for entering comments (production instructions/comments) for selected configurable product items when ordering from Order manager. In ProductConfigConfig entity (where the configurations are stored) there is already a description field, which I suppose is for this purpose. As this comments will be for the production run but not the order, I want to transfer these comments to production run tasks, but not sure where to put them. It is possible to have a comment for every selected option, so I think to go one of 2 ways:
1) create note for every comment and assign them to production run WorkEffort using WorkEffortNote entity. (I think to choose this option) or 2) extend WorkEffortGoodStandard entity with a description field and add the comments there. Anyone with better proposal or seeing a something wrong in this scenario? Thanks in advance. Bilgin Ibryam
