You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

In an Element of type Money how to hide the currency in Redwood Individual Compensation Page

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;

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!