- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
wo cost rollup
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-29-2011 06:30 AM
Hi Forum,
I need to write script to run the wo cost rollup and wo cost rollup register update overnight.
It has to use Standard cost and update intermidiate bills.
i haven't found anything on how to do this
Any ideas?
Regards,
Manuel Roman
Solved! Go to Solution.
Re: wo cost rollup
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-04-2012 11:24 AM
Is there a way that i can use BOI to do this?
I cannot find anything related to W/O cost rollup, except WO_CostRollupRegister_Ui.pvc and
WO_CostRollupRegister_Upd.pvc. .
Regards,
Manuel Roman
Re: wo cost rollup
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-04-2012 01:17 PM
Manual,
Let me preface this by saying that I am not as familiar with W/O as with other Module. W/O has not been fully updated to the Business Framework Standards so there are only a few object available that can be accessed through BOI.
The Cost Roll-Up Register does use an object and you should be able to process the update through BOI by instantiating WO_CostRollupRegister_Upd and calling the appropriate methods. At the very least, you will want to call the ProcessReport() method to process the report and then call the Update() method to update the register. There may be other method calls required.
Wo_CostRollupRegister_upd does not contain any public methods so there is no documentation for it in the Object Reference. However, it inherits from CI_CommonCostRollup_Upd and SY_Update which are documented in the Object Reference.
There are some posts on this board that deal with Updates (search the board for Update). Here is a link to one for the AP Invoice Register that you can review for information: http://community.sagemas.com/t5/Business-Object-In
HTH,
Kent
Re: wo cost rollup
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-04-2012 02:14 PM
Thank you very much for the input Ken...
I'll take a look at the link.
Regards,
Manuel Roman
Re: wo cost rollup
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-05-2012 04:44 AM
Hi Ken,
I can't find CI_CommonCostRollup_Upd anywhere in the Object Reference.
Regards,
Manuel Roman
Re: wo cost rollup
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-05-2012 06:57 AM
Manual,
What version of MAS 90/200 are you using? The Object Reference for MAS 90 4.50 contains the documentation for CI_CommonCostRollup_Upd under Common information.
Thanks,
Kent
Re: wo cost rollup
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-05-2012 10:14 AM
Ken,
I am using 4.4.7... i have 4.5 installed on my other laptop.
I'll take a look at it.
Do you think that i'll be able to use CI_CommonCostRollup_Upd in Mas200 4.3.21 ?
I'll try it to find out...
Regards,
Manuel Roman
Re: wo cost rollup
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-05-2012 10:28 AM
Hi Manuel,
CI_CommonCostRollup_upd was not introduced until the 4.4 release, when Inventory, Purchase Order and Bill of Materials went to the 4.x framework, so it would not be available in prior versions.
Elliott
Re: wo cost rollup
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-05-2012 10:52 AM
Thank you very much for the responses.
I guess i better wait for the customer to upgrade to 4.4 or 4.5
Thanks Ken, Elliott i really appreciate your help...
Regards,
Manuel Roman


