In an Element of type Money how to hide the currency in Redwood Individual Compensation Page
in Compensation
Summary:
In an Element of type Money, how to hide the currency in Redwood Individual Compensation Page > Plan > Additional Compensation > Elements
Content (please ensure you mask any confidential information):
Using VBS the only property which is working is for the Element is : ScreenEntryValue.
Is there any supported property to Hide the currency ?
Version (include the version you are using, if applicable):
26B
Code Snippet (add any code snippets that support your topic, if applicable):
This is the Expression
/* eslint-disable dot-notation */
define([], () => {
'use strict';
/**
- Default value expression for individualCompensationDetails.DefaultInputValues
- @param {object} context
- @return {array}
*/
function getIndividualCompensationDetailsDefaultInputValues(context) {
const { $objectContext, $fields, $modules, $user } = context;
0