Hi @DasunPerera91 I am looking to use import scenario to update this field for all business account records. I was able to add the attribute to the BA screen, and when I tried using the import scenario, I received an error saying the class does not contain this attribute...
If selector attributes cannot be added to a Business Account class, is there another way to mass update this attribute?
@DasunPerera91 HI! I have decided to create a UDF in customization so I can import into this field. Do you know how to change this field to a selector instead of the TextEdit? I have not been able to successfully save this field as a selector. Thanks!
To make a custom field a selector, you need to declare it with the [PXSelector] attribute in your code. This will automatically render the field as a selector control in the UI.