Is there any way to make the ship-to address section 'ungrey' in order to add 1 time info. We would just like to make this editable after selecting the ship to code
The fields are only editable if "Ship-to" is set to "Custom Address". If you want the fields to be editable on "Alternate Shipping Address", you will need to do some modifications to the page.
Such as modifying the "Editable" property on the fields you'd like to be able to edit.
(ShipToOptions = ShipToOptions::"Custom Address") OR (ShipToOptions = ShipToOptions::"Alternate Shipping Address")
The fields are only editable if "Ship-to" is set to "Custom Address". If you want the fields to be editable on "Alternate Shipping Address", you will need to do some modifications to the page.
Such as modifying the "Editable" property on the fields you'd like to be able to edit.
(ShipToOptions = ShipToOptions::"Custom Address") OR (ShipToOptions = ShipToOptions::"Alternate Shipping Address")
Answers
Such as modifying the "Editable" property on the fields you'd like to be able to edit. would do the trick.