I have a Boolean button where I want a user to only click or choose one. I am using Microsoft Dynamic Nav 2015.
How to make sure only one boolean box is ticked at a time
432 Views Asked by Annie At
1
There are 1 best solutions below
Related Questions in MICROSOFT-DYNAMICS
- D365 F&O - Cannot post addresses with OData
- How to give access to RAPIDSTART in Business Central to SUPER user?
- Handling Success and Error API responses in Logic Apps workflow part 2
- getting errors while installing ISV licence using AXUpdateInstaller.exe devinstall for D365FO
- Microsoft Dynamics Add-in Excel - Filtering multiple values
- How to call OriginalDocuments form by code D365fo
- How to update custom reports in Dynamics 365 Field services
- Concat strings using fx formular
- Dynamics 365: Where does the "Party Number" field in the Contacts table come from?
- Can you reference a class from another solution in Dynamics 365 Cloud?
- Getting rid of "body" from an array content when appending it to a JSON API request payload in Logic Apps
- How to add customization in Knowledge article expiration View in Dynamics CRM
- Is EasyRepro still being maintained?
- How to use/find a customer's MS Dynamics Dataverse tentant resource?
- How to add OffsetLedgerDimension to Fixed Asset Journal by x++?
Related Questions in ERP
- Odoo Window action apply multiple filters
- Odoo filter Inventory Overview by receipt
- Nuxt 3: looking for suggestions for creating forms with validations for an ERP app
- How To Disable Merge Picking in Odoo Push Rules
- users should not see other journals excpts their journal which created by them only
- Netsuite: How to set a particular value of a custom custom segment having a particular custom record type?
- How to Implement Custom Invoice Numbering Based on Product Category in Odoo 16?
- Service to display simple JSON data send from ERP system
- Implementing Weekly RFM Segmentation from Priority ERP Data and Integrating with Email Marketing Service
- Customize ERPNext Kanban
- How remove the decimals in tooltip pie chart Odoo 15?
- Are there any standards for APIs (like EDI), like message for placing order, retrieving prices, stocs, etc?
- Get a document from erpnext with a standard format
- How to add createdByID field and lastModifiedByID
- Trying To Add a Button to Invoice Portal View Odoo 16
Related Questions in DYNAMICS-BUSINESS-CENTRAL
- Windows installer silently skips over component marked as 'Local'
- Graph API to access Business Central using Application Client Credentials
- Business Central Create pick document not working
- How to give access to RAPIDSTART in Business Central to SUPER user?
- How to get Business Central installation error message from automation API?
- Invoke Business Central API through AzureAD/EntraID at Application Level (Not Delegated Permission)
- How to create a nested web service in Business Central with Page Parts?
- Fetching Purchase Invoice Lines From Business Central API v2
- How to expand particular entities navigation property
- Get Companies API in Microsoft Business central
- BC V22 W1 On-Prem - API v2.0 - Standard endpoints not found
- How to export images in Business Central via Web Services?
- Change or hide a custom action from the standard page in MS D365 Business Central, which is added via another custom extension
- AADSTS50011: The redirect URI mismatch error with HTTP
- BC API with Custom Table
Related Questions in MICROSOFT-DYNAMICS-NAV
- How can i export line records to excel in navision using c/al code
- System.ServiceModel.Security.MessageSecurityException: The HTTP request is unauthorized with client authentication scheme 'Negotiate'
- How can I loop only the page records from the selected one to the latest?
- Test Automation in business central
- Restrict back dating and future date when selecting calendar date in NAV 2018
- Exchange data from Microsoft Business Central to JavaScript
- You do not have the following permissions on CodeUnit Prova: Execute
- How to make sure only one boolean box is ticked at a time
- Business Central Admin Center API
- The HTTP request is unauthorized with client authentication scheme 'Anonymous' Dynamics NAV
- Why always get Bad Request in my c# console application but postman is working fine with NTLM authorization
- How to make an Action that opens a page that is filtered after multiple option values in AL?
- Call COM Add-In Function in VBA
- How to select a record on a Test Page
- Dynamics Nav: How do I create and link an editable field to two tables using Events?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?

In the
OnValidate()trigger on the page field, create a local variable of the record and do something like this; it will set all other votes toFALSEwhen you set one toTRUE: