Make a fields mandatory for particular Territory ID?

I’m trying to make some Customer Entry fields (both regular and UD) mandatory for a particular Territory ID.

I.e. Forcing the user to select a Customer Attribute.

I can force Industry Classes via Pre-Processing BPM via ds.CustIC, but I can’t get to ds.CustAttr because it doesn’t exist in the dataset.

Can this be done through Extended Properties or do I have to go via BPM?

If you need to build in logic where fields are only mandatory for a particular Territory ID, then you’re looking at a BPM.

For your Attributes issue, are you able to look at the Customer.AttrCodeList field in the BPM?

Also, in a BPM you can always get to fields that aren’t in the dataset by querying the db if you really need to. But hopefully you don’t have to in this case.

2 Likes

Thanks for this. Customer.AttrCodeList is exactly what I needed!

1 Like