// Job ID: #251128
using ClarityConnect.Clients.GLV;
var gLV = Activate<GLV>();
await gLV.ProductSync(null, null);
CurrentCulture |
|
CurrentUICulture |
|
RecurringJobId |
|
Time |
|
An exception occurred during performance of the job.
Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object. at ClarityConnect.Clients.GLV.GLV.QuickMapProductFromSyspro(ProductModel cefProduct, InvMaster invMaster, InvMaster1 invMaster1, Boolean isCreate) in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Clients.GLV\Jobs\ProductSync.cs:line 137 at ClarityConnect.Clients.GLV.GLV.ProcessProductsThatNeedUpdate(PerformContext context, List`1 invMasters1, List`1 productDigest, CancellationToken token) in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Clients.GLV\Jobs\ProductSync.cs:line 125 at ClarityConnect.Clients.GLV.GLV.ProductSync(PerformContext context, CancellationToken token) in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Clients.GLV\Jobs\ProductSync.cs:line 62 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)