Customization of National Identifier field in Redwood.
Summary:
want to hide the continue button, want to make it a hard block. Tried to add a fire notification on National identifier if it starts from 9 but its not working as it comes for a short duration and goes away, need to make expiration date mandatory if the National identifier starts from 9 or hide the continue button.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
define([], (ActionChain, Actions, ActionUtils) => {
/**
*
- @param {object} context
- @return {boolean}
*/
function runCondition(context) {
const { $fields, $messages, $value } = context;
0