Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve how to access formatted values #8

Open
JimDaly opened this issue Sep 11, 2016 · 0 comments
Open

Improve how to access formatted values #8

JimDaly opened this issue Sep 11, 2016 · 0 comments

Comments

@JimDaly
Copy link
Owner

JimDaly commented Sep 11, 2016

Currently to access a formatted value you must pass the name to the entity.getFormattedValues function:

account.getFormattedValue("customertypecode")

But instead (or in addition) there could be an entity.formatted read-only property (or method) to get this value with IntelliSense guidance:

account.formatted.customertypecode

or

account.getFormattedcustomertypecode()

Only those properties which return formatted values would be included: option set, money, etc.

@JimDaly JimDaly self-assigned this Sep 11, 2016
@JimDaly JimDaly removed their assignment Sep 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant