You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: