Bpm

I have made a very simple BPM which works but not in the way i was expecting screenshot below.

So I have a couple of bpms one to make sure the correct date is put in the shipped date when shipped is ticked and then this one to make sure that something is in the tracking number when shipped is ticked, now it works but i get an error instead of the message i want.

Any pointer would be great.
Cheers
D

Hi Dean,

Try changing the tracking number check to be ‘all changed rows’ equals ‘’ rather than unchanged contains null.

Many thanks,

Nathan

ok so tried that and still get the same error i clicked details and its says this.

Inner Exception

Value cannot be null.
Parameter name: Value cannot be null.
Parameter name: value

ShipHead.TrackingNumber is a nvarchar, so it can’t be null.
Try
The ttShipHead.TrackingNumber of the Changed Rows equals the “” expression

1 Like

You do not need a BPM you can make tracking number required VIA Extended Properties Maintenance.