Skip to content

[BC Idea]: Create a tri-state boolean #6220

@Thomas-Torggler-EOS

Description

@Thomas-Torggler-EOS

BC Idea Link

https://experience.dynamics.com/ideas/idea/?ideaid=0843b415-e1f5-f011-92b8-7c1e52cd5354

Description

Provide some kind of tri-state (or nullable) boolean (undefined, true, false) implementation.

This is useful for events, handlers or method return values where I want to know if an event has been:

  • handled positively = true
    
  • handled negatively = false
    
  • not handled by anyone at all = undefined
    

I imagine a Codeunit with an internal state (integer value) and a set of convenience methods to get and set values.

I will provide the implementation for this BC Idea

  • I will provide the implementation for this BC Idea

Metadata

Metadata

Assignees

No one assigned

    Labels

    BCIdeaIssue related to a BCIdea

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions