Hi all,
As far as I search, my understanding of HFM translation is as follow:
- HFM Translate all account from <Entity Currency> to <Parent Currency> based on the "Default Rate for Balance Accounts" & "Default Rate for Flow Accounts" settings.
- HFM will run Sub Translate() if available, and we can override the Step No1.'s value using our custom logic.
But, in Comma4dim and my sample app, when I remove the Sub Translate() totally, I will always get '0' for the <Parent Currency>.
The Entity setting is:
Asia (SGD)
- Indonesia (IDR)
- Singapore (SGD)
When I translate the Indonesia (IDR) entity, without HS.Trans in Sub Translate(), the result will always be 0.
What other settings should I check to troubleshoot this?
Thanks