Could you tell me how you solved it for I meet the same problem.

--- In Axapta-Knowledge-Village@yahoogroups.com, "Subrahmanyam, 
Mamidi" <[EMAIL PROTECTED]> wrote:
>
> Never Mind. I could be able to solve. Hectic day!.
> 
> "Subrahmanyam, Mamidi" <[EMAIL PROTECTED]> wrote:    Hi,
>    
>   I am working on an production issue. I am trying to post a 
picking journal for a production order. 
>    
>   1. I created a Production Picking journal for a production order.
>   2. I have '420' as the proposal quantity. And I would like to 
use '420' as Consumption. When I hit 'validate' button, I receive 
the following error.
>   
> "Quantity '482.00' cannot be updated with inventory reference '', 
> 
> as inventory transactions with status 'On order', 'Reserved 
ordered', 'Reserved physical' or 'Picked' are insufficient".
> 
> I debugged the code and its failing when its trying to find a 
record in InvenTrans with the below criteria in 
Inventupd_childreference class/UpdateMoreIssues.
> 
> select forupdate inventTrans
>                 order by   statusIssue,inventDimId
>                 where inventTrans.inventTransId         == 
movement.transId()           &&
>                       inventTrans.transChildType        == 
InventTransChildType::None   &&
>                       inventTrans.statusIssue           >= 
IssueStatus::Picked                    &&
>                       inventTrans.statusIssue           <= 
IssueStatus::onHand                    &&
>                       inventTrans.statusReceipt   == 
StatusReceipt::None    
> 
>  
> 
> Is there anyway, I can create ( through a work around ) a record 
in InventTrans with Issue Status 'Onorder'?. I am not sure what 
exactly happened...
> 
> Did anyone have any exp with this issue?.
> 
> Any help would be helpful.
> 
> Thanks,
> 
> Subbu
> 
>  
> 
>  
> 
>     
> ---------------------------------
>   Yahoo! DSL Something to write home about. Just $16.99/mo. or 
less 
> 
> Sharing the knowledge on Axapta. 
> 
> 
> 
>   SPONSORED LINKS 
>         Business finance course   Business to business finance   
Small business finance     Business finance consultant   Business 
finance magazine   Business finance schools 
>     
> ---------------------------------
>   YAHOO! GROUPS LINKS 
> 
>     
>     Visit your group "Axapta-Knowledge-Village" on the web.
>     
>     To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
>     
>     Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service. 
> 
>     
> ---------------------------------
>   
> 
> 
> 
> 
>               
> ---------------------------------
>  Yahoo! DSL Something to write home about. Just $16.99/mo. or less
>


Reply via email to