- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Adding Volume to SO_SalesOr derWrk
[ Edited ]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-04-2012 03:35 PM - last edited on 01-04-2012 03:35 PM
MAS200 4.4 Windows 7
I am using SO_SalesOrderWrk for a Sales Order form and I don't want to link to CI_Item. I don't see Volume (from the Ci_item file) in SO_SalesOrderWrk. Do I have to link?
Thanks,
P.Park
Solved! Go to Solution.
Re: Adding Volume to SO_SalesOr derWrk
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-04-2012 03:55 PM
Add a UDF in the SO_SalesOrderDetail which pulls the data from the CI_Item Table. Then add UDF in the SO_SalesOrderWrk that pulls the value from the detail UDF. Don't forget to add this field to any Crystal forms using the work file.
Re: Adding Volume to SO_SalesOr derWrk
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-05-2012 09:48 AM
I went to Custom Office
1) User defined field and table maintenance.
2) Choose Sales Order Detail
3) Added a field named Volume
4) I have a choice "Source for UDF" Manual or Business Object
5) I chose Business Object
6) Then I chose from the drop down SO_SalesOrderDetail_Bus
7) Date Source: I choose "Item"
(There is no choice for CI_Item....So is "Item" correct?
Also, adding is "Manual" seems to do the same thing.
Lastly, I noticed when I add it, it does not populate the UDF Volume field in the Wrk file with data..only new Sales Order Detail lines are populated? Is this typical?
Thanks so much,
P.Park
Re: Adding Volume to SO_SalesOr derWrk
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-05-2012 10:04 AM
Step 7 - from data source, there should be one called ItemCode.
Step 8 - chose Volume.
Manual entry will allow you to put what ever value you want so choose business object.
And yes, it will only populate from here forward.
You may be able to populate existing lines with Visual Integrator but doing this in SO detail is very difficult.


