Skip to main content

Notifications

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,095 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,866 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans