Is it possible to Overwrite the Out-Of-The-Box CloudAPI Behavior for given property?
This is specific to Claim Notes Cloud API. OOTB Configuration is defined as return only 100 Characters of Note Body when fetching all notes for given Claim. If we need entire body, then I need to invoke another Cloud API with specific note publicID. This behavior is achieved by configuring the ‘x-gw-extensions’.
Is there a solution to issue where we need to rate a policy before rate book effective?
We are working on transition. We need to create a policy in policy from the information provided in csv file. We launched the new line of business recently but as a part of transition. We need to create a policy that is effective before the line was even released in prd. What’s a ideal solution?
How to improve build and compile times in Policy Center (one hour+ to build currently)?
The long build times are currently a productivity killer.
How to name Environment variable in GCC under configuration/variables?
We’ve noticed that when creating environment variables in GCC or in config.properties files, some variales have “.” for example “apd.service.runtimeApiCacheSize” and some have “_” (underscores) for example “SUITE_BC_PRODUCT_URL”. What’s difference between the two? Which of the two should we use and when?