Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

Throw error for a line and continue the next line in D365FO while importing in D365FO

(1) ShareShare
ReportReport
Posted on by 29
Im trying  to validate the ASN lines before inserting If Im findinga ny duplicate record then I wanted throw error for that line and continue. I was trying with database operation to skip. but it is throwing me the error Results. Error(s) occurred while writing entity record. When I debugged the issue was with highlighted line. Can anyone help me on this
 
[ExtensionOf(tableStr(WMSItemArrivalJournalLineV2Entity))]
final public class WMSItemArrivalJournalLineV2Entity_Extension
{
//public void initializeEntityDataSource(DataEntityRuntimeContext _entityCtx, DataEntityDataSourceRuntimeContext _dataSourceCtx)
    //{   
    //    WMSJournalTrans wmsJournlTrans;
    //    PurchLine purchline;
    //    PurchId purchId;
    //    switch (_dataSourceCtx.name())
    //    {
    //        case dataEntityDataSourceStr(WMSItemArrivalJournalLineV2Entity, WMSJournalTrans):
    //            purchId = WMSJournalTable::find(this.JournalNumber).inventTransRefId;
    //            select firstonly RecId from wmsJournlTrans
    //                exists join purchline
    //                    where purchline.ItemId == wmsJournlTrans.itemId
    //                       && purchline.QtyOrdered == wmsJournlTrans.qty
    //                       && purchline.purchId == purchId
    //                       && wmsJournlTrans.itemId == this.ItemNumber
    //                       && wmsJournlTrans.qty == this.ItemQuantity
    //                       && wmsJournlTrans.inventTransRefId == purchId;
    //            if (wmsJournlTrans.RecId)
    //            {
    //                _dataSourceCtx.setDatabaseOperation(DataEntityDatabaseOperation::None);
    //            }
    //            break;
    //    }
    //    next initializeEntityDataSource(_entityCtx, _dataSourceCtx);
    //}
}

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,387 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans