Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

Field_SetBooleanProperty isn't working

(0) ShareShare
ReportReport
Posted on by 2

We have an address entry form which has the postcode/zip as a required field so the property of the field is set to Required.

However, I am now deploying this to another country where this field is not mandatory and is rarely used.

I tried using the Field_SetBooleanProperty in SanScript to alter this property for the field.

However, in my script to save the record, it is failing on the "required()" test saying not all fields have been entered.

I have done a quick test (included in the code sample) to check the value and it isn't getting changed.

Here is the code I am using:

if Country of table Factors = "NZL" then
     iResult = Field_GetBooleanProperty(Mail_PostCode of window Contact_Entry, FIELD_PROP_REQUIRED);
     if iResult then
        warning "Postcode is required";
     else
        warning "Postcode isn't required";
     end if;
    iResult = Field_SetBooleanProperty(Mail_PostCode of window Contact_Entry, FIELD_PROP_REQUIRED, false);
    iResult = Field_GetBooleanProperty(Mail_PostCode of window Contact_Entry, FIELD_PROP_REQUIRED);
    if iResult then
        warning "Postcode is required";
    else
        warning "Postcode isn't required";
    end if;
end if;

Any ideas?  

*This post is locked for comments

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,399 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans