Sage MAS 90 and 200 Sage MAS 500 blogs Product Feedback Support Training
Reply
Sage MAS 90 Customer
mroman98
Posts: 152
Registered: 04-05-2010
0
Accepted Solution

wo cost rollup

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

Providex Developer
Sage MAS 90 Customer
mroman98
Posts: 152
Registered: 04-05-2010
0

Re: wo cost rollup

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

Providex Developer
Moderator
khmackall
Posts: 222
Registered: 10-16-2008
0

Re: wo cost rollup

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-Interface/Script-to-Update-AP-Invoice-Register/m-p/6...

 

HTH,

Kent

 

 

Sage MAS 90 Customer
mroman98
Posts: 152
Registered: 04-05-2010
0

Re: wo cost rollup

Thank you very much for the input Ken...

I'll take a look at the link.

 

Regards,

Manuel Roman

Providex Developer
Sage MAS 90 Customer
mroman98
Posts: 152
Registered: 04-05-2010
0

Re: wo cost rollup

Hi Ken,

 

I can't find CI_CommonCostRollup_Upd anywhere in the Object Reference.

 

Regards,

Manuel Roman

Providex Developer
Moderator
khmackall
Posts: 222
Registered: 10-16-2008
0

Re: wo cost rollup

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

Sage MAS 90 Customer
mroman98
Posts: 152
Registered: 04-05-2010
0

Re: wo cost rollup

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

Providex Developer
Sage Employee
jepritch
Posts: 233
Registered: 08-25-2009
0

Re: wo cost rollup

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

Sage MAS 90 Customer
mroman98
Posts: 152
Registered: 04-05-2010
0

Re: wo cost rollup

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

Providex Developer