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

Returning the raw currencies does not work always #13

Open
OllegK opened this issue Nov 14, 2019 · 4 comments
Open

Returning the raw currencies does not work always #13

OllegK opened this issue Nov 14, 2019 · 4 comments
Labels
bug Something isn't working

Comments

@OllegK
Copy link
Contributor

OllegK commented Nov 14, 2019

Bug report

When NB is asked to return the raw currencies, in some cases the formatted value is returned anyway. It seems it happen when the filed does not have the currency code field assigned. Check the Siebel behavior and if Siebel assumes System:Currency implement the same behavior. Also instead of calling the Siebel API function, consider taking the value from rawRecordSet.

When NB is asked to return the raw currencies, it should always return unformatted value.

Other relevant information:
Siebel version: All

Happens in the dedicated client: yes

Happens in the web client: yes

Browser version: all

Nexus version (could be found inside compiled file): <=1.4.0

UPD: Seems it will be better to return both values: formatted and not-formatted (also for numbers and dates)

@OllegK OllegK added the bug Something isn't working label Nov 14, 2019
@OllegK
Copy link
Contributor Author

OllegK commented Nov 14, 2019

changed the description

@OllegK
Copy link
Contributor Author

OllegK commented Nov 14, 2019

assigned to @oleg.koleskin

@OllegK
Copy link
Contributor Author

OllegK commented Nov 14, 2019

changed the description

@OllegK
Copy link
Contributor Author

OllegK commented Nov 15, 2019

Also:

  1. returned as strings
  2. Some methods are still return formatted value
  3. Probably it makes sense to returns formatted and not formatted value in the same time (to be discussed).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant