cancel
Showing results for 
Search instead for 
Did you mean: 

Item Group Valuation Method: How to ensure it is always FIFO?

leon_laikan
Participant
0 Kudos

Hi, everybody

Please see the attached picture which explains my problem.

Thanks

Leon Lai

capture.jpg

Accepted Solutions (1)

Accepted Solutions (1)

former_member185682
Active Contributor
0 Kudos

Hi Leon,

The information is inside AdminInfo object. The approach is similar that I showed in the last answers.

Sample:

Dim oCompanyService As CompanyService = oCompany.GetCompanyService()
Dim oCompanyAdminInfo As AdminInfo = oCompanyService.GetAdminInfo()
oCompanyAdminInfo.ContinuousStockSystem = BoInventorySystem.bis_FIFO
oCompanyService.UpdateAdminInfo(oCompanyAdminInfo) 

Remember, this changes reflect for all company users.

Kind Regards,

Diego Lother

Answers (1)

Answers (1)

leon_laikan
Participant
0 Kudos

Hi Diego,

Thanks a lot for your answer.

All your answers are very important to help complete my project.

Best Regards,

Leon