Question

placeholder

Hello Community

After adding placeholder code to the look up field, look up values are not visible in the drop down.

 

 

Like 0

Like

5 comments

Dear Manikanta,

Please see the example below. I have added the full diff code with a placeholder for the lookup (dropdown) field. You can use it as an example.

{
	"operation": "insert",
	"name": "LOOKUP",
	"values": {
		"layout": {
		  "colSpan": 12,
		  "rowSpan": 1,
		  "column": 0,
		  "row": 3,
		  "layoutName": "ContactGeneralInfoBlock"
	    },
	    "bindTo": "UsrLookup1",
		"controlConfig": {
			"className": "Terrasoft.LookupEdit",
			"placeholder": "Im empty",
			"classes": ["placeholderOpacity"]
	     },
	     "labelConfig": {
		    "caption": {
			   "bindTo": "Resources.Strings.LOOKUPLabelCaption"
		     }
	      },
	      "enabled": true,
	      "contentType": 5
	    },
	"parentName": "ContactGeneralInfoBlock",
	"propertyName": "items",
	"index": 6
},

Hope you find it helpful.

Regards,

Anastasia

   hi   Anastasia

please check my code still i am unable to see lookup values.

     {

                "operation": "insert",

                "name": "LOOKUP6b72a5cb-3e5b-4700-a69e-4fefdb8538d2",

                "values": {

                    "layout": {

                        "colSpan": 12,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 2,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrIndustry1",

                    "controlConfig": {

                        "className": "Terrasoft.LookupEdit",

                        "placeholder": "Choose industry",

                        "classes": ["placeholderOpacity"]

                    },

                    "labelConfig": {

                        "caption": {

                            "bindTo":        "Resources.Strings.LOOKUPLabelCaption"

                        }

                    },

                    "enabled": true,

                    "contentType": 3

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 4

            },

Dear Manikanta,

I have copied your code and inserted to my page, binded to existing lookup field and it worked fine.

Please double-check the column in the object, its type. In case everything is fine, please send us the whole page code, or contact our Support team at support@bpmonline.com

Regards,

Anastasia

 

Anastasia Botezat,

define("UsrInterview1Page", ["NetworkUtilities", "css!UsrInterviewcss1"], function(NetworkUtilities) {

    return {

        entitySchemaName: "UsrInterview",

        attributes: {},

        modules: /**SCHEMA_MODULES*/{}/**SCHEMA_MODULES*/,

        details: /**SCHEMA_DETAILS*/{

            "Files": {

                "schemaName": "FileDetailV2",

                "entitySchemaName": "UsrInterviewFile",

                "filter": {

                    "masterColumn": "Id",

                    "detailColumn": "UsrInterview"

                }

            }

        }/**SCHEMA_DETAILS*/,

        businessRules: /**SCHEMA_BUSINESS_RULES*/{

            "UsrL2Status": {

                "fbe77f65-2de2-4953-8b83-5b822ecee0d8": {

                    "uId": "fbe77f65-2de2-4953-8b83-5b822ecee0d8",

                    "enabled": true,

                    "removed": false,

                    "ruleType": 0,

                    "property": 0,

                    "logical": 0,

                    "conditions": [

                        {

                            "comparisonType": 3,

                            "leftExpression": {

                                "type": 3,

                                "value": "CurrentUserContact",

                                "dataValueType": 10

                            },

                            "rightExpression": {

                                "type": 0,

                                "value": "c93b3aa8-9867-44e7-a036-d32d210d5d94",

                                "dataValueType": 10

                            }

                        }

                    ]

                }

            },

            "UsrL2Remarks": {

                "3646d26a-99db-40e4-bf30-c24e5ad1deb5": {

                    "uId": "3646d26a-99db-40e4-bf30-c24e5ad1deb5",

                    "enabled": true,

                    "removed": false,

                    "ruleType": 0,

                    "property": 0,

                    "logical": 0,

                    "conditions": [

                        {

                            "comparisonType": 3,

                            "leftExpression": {

                                "type": 3,

                                "value": "CurrentUserContact",

                                "dataValueType": 10

                            },

                            "rightExpression": {

                                "type": 0,

                                "value": "c93b3aa8-9867-44e7-a036-d32d210d5d94",

                                "dataValueType": 10

                            }

                        }

                    ]

                }

            },

            "UsrL3Status": {

                "e778da7d-17d2-4cd2-8771-2f1a83f06d88": {

                    "uId": "e778da7d-17d2-4cd2-8771-2f1a83f06d88",

                    "enabled": true,

                    "removed": false,

                    "ruleType": 0,

                    "property": 0,

                    "logical": 0,

                    "conditions": [

                        {

                            "comparisonType": 3,

                            "leftExpression": {

                                "type": 3,

                                "value": "CurrentUserContact",

                                "dataValueType": 10

                            },

                            "rightExpression": {

                                "type": 0,

                                "value": "5d41042b-aa52-445c-a35a-bd08c19f0d86",

                                "dataValueType": 10

                            }

                        }

                    ]

                }

            },

            "UsrL3Remarks": {

                "f34f7798-af24-4c8d-99b2-f7682f89caa4": {

                    "uId": "f34f7798-af24-4c8d-99b2-f7682f89caa4",

                    "enabled": true,

                    "removed": false,

                    "ruleType": 0,

                    "property": 0,

                    "logical": 0,

                    "conditions": [

                        {

                            "comparisonType": 3,

                            "leftExpression": {

                                "type": 3,

                                "value": "CurrentUserContact",

                                "dataValueType": 10

                            },

                            "rightExpression": {

                                "type": 0,

                                "value": "5d41042b-aa52-445c-a35a-bd08c19f0d86",

                                "dataValueType": 10

                            }

                        }

                    ]

                }

            },

            "UsrInterviewerLocation": {

                "1bf3be18-223e-4702-ab90-c0aa987b3942": {

                    "uId": "1bf3be18-223e-4702-ab90-c0aa987b3942",

                    "enabled": true,

                    "removed": false,

                    "ruleType": 1,

                    "baseAttributePatch": "UsrContact",

                    "comparisonType": 3,

                    "type": 3,

                    "value": "CurrentUserContact",

                    "dataValueType": 10

                }

            }

        }/**SCHEMA_BUSINESS_RULES*/,

        methods: {

            setValidationConfig: function() {

                // Calls the initialization of validators for the parent view model.

                this.callParent(arguments);

                // The phoneValidator() validate method is added to the [Phone] column.

                this.addColumnValidator("UsrExperienceinyears1", this.Experienceinyears);

                this.addColumnValidator("UsrEmail", this.emailIdValidator);

                this.addColumnValidator("UsrMobile", this.MobileValidator);

                this.addColumnValidator("UsrPANCardNumber", this.Pancardvalidator);

                this.addColumnValidator("UsrDate1", this.dueDateValidator);

                this.addColumnValidator("UsrDate2", this.dueDateValidator);

                this.addColumnValidator("UsrString1", this.Agevalidation);

                this.addColumnValidator(this.onOpenPrimaryContactClick);

                this.addColumnValidator(this.calculateBalance);

            },

            onOpenPrimaryContactClick: function() {

                

                var insert = Ext.create("Terrasoft.InsertQuery", {

                    rootSchemaName: "UsrToActivateSourcingChannels"

                });

                

                insert.setParameterValue("UsrName", "Test new activ sourc channel", Terrasoft.DataValueType.TEXT);

                

                insert.execute(function(response) {

                    if (!response.success) {

                        return;

                    }

                    var url = NetworkUtilities.getEntityUrl("UsrToActivateSourcingChannels", response.id);

                    this.sandbox.publish("ReplaceHistoryState", {

                        hash: url

                    });

                }, this);

            },

            Experienceinyears: function(value) {

                // Variable for stroing a validation error message.

                var invalidMessage = "";

                // Variable for stroing the number check result.

                var isValid = true;

                // Variable for the phone number.

                var number = value || this.get("UsrExperienceinyears1");

                // Determining the correctness of the number format using a regular expression.

                isValid = (Ext.isEmpty(number) ||

                new RegExp(/^[0-2]+$/).test(number));

                // If the format of the number is incorrect, then an error message is filled in.

                if (!isValid) {

                    invalidMessage = this.get("Resources.Strings.ExperienceinNumericals");

                }

                // Object which properties contain validation error messages.

                // If the validation is successful, empty strings are returned  the object;

                return {

                    invalidMessage: invalidMessage

                };

            },

            emailIdValidator: function(value) {

                // Variable for stroing a validation error message.

                var invalidMessage = "";

                // Variable for stroing the number check result.

                var isValid = true;

                // Variable for the phone number.

                var number = value || this.get("UsrEmail");

                // Determining the correctness of the number format using a regular expression.

                isValid = (Ext.isEmpty(number) ||

                new RegExp(/^[a-zA-Z0-9.]+@[a-zA-Z0-9-]+[.]{1}(([a-zA-Z]{2}[.]{1}[a-zA-Z]{2})|([a-zA-Z]{3}))$/).test(number));

                // If the format of the number is incorrect, then an error message is filled in.

                if (!isValid) {

                    invalidMessage = this.get("Resources.Strings.InvalidEmailId");

                }

                // Object which properties contain validation error messages.

                // If the validation is successful, empty strings are returned  the object;

                return {

                    invalidMessage: invalidMessage

                };

            },

            MobileValidator: function(value) {

                // Variable for stroing a validation error message.

                var invalidMessage = "";

                // Variable for stroing the number check result.

                var isValid = true;

                // Variable for the phone number.

                var number = value || this.get("UsrMobile");

                // Determining the correctness of the number format using a regular expression.

                isValid = (Ext.isEmpty(number) ||

                new RegExp(/^MaxLength="10"[1-9]{1}[0-9]{9}$/).test(number));

                // If the format of the number is incorrect, then an error message is filled in.

                if (!isValid) {

                    invalidMessage = this.get("Resources.Strings.InvalidMobileNumber");

                }

                // Object which properties contain validation error messages.

                // If the validation is successful, empty strings are returned  the object;

                return {

                    invalidMessage: invalidMessage

                };

            },

            Agevalidation: function(value) {

                // Variable for stroing a validation error message.

                var invalidMessage = "";

                // Variable for stroing the number check result.

                var isValid = true;

                // Variable for the phone number.

                var number = value || this.get("UsrString1");

                // Determining the correctness of the number format using a regular expression.

                isValid = (Ext.isEmpty(number) ||

                new RegExp(/^[1-9]?[0-9]{1}$|^100$/).test(number));

                // If the format of the number is incorrect, then an error message is filled in.

                if (!isValid) {

                    invalidMessage = this.get("Resources.Strings.invalidAge");

                }

                // Object which properties contain validation error messages.

                // If the validation is successful, empty strings are returned  the object;

                return {

                    invalidMessage: invalidMessage

                };

            },

            Pancardvalidator: function(value) {

                // Variable for stroing a validation error message.

                var invalidMessage = "";

                // Variable for stroing the number check result.

                var isValid = true;

                // Variable for the phone number.

                var number = value || this.get("UsrPANCardNumber");

                // Determining the correctness of the number format using a regular expression.

                isValid = (Ext.isEmpty(number) ||

                new RegExp(/^([a-zA-Z]{5})(\d{4})([a-zA-Z]{1})?$/).test(number));

                // If the format of the number is incorrect, then an error message is filled in.

                if (!isValid) {

                    invalidMessage = this.get("Resources.Strings.InvalidPancardNumber");

                }

                // Object which properties contain validation error messages.

                // If the validation is successful, empty strings are returned  the object;

                return {

                    invalidMessage: invalidMessage

                };

            },

            dueDateValidator: function() {

                // Variable for storing a validation error message.

                var invalidMessage = "";

                // Checking values in the [DueDate] and [CreatedOn] columns.

                if (this.get("UsrDate1") < this.get("UsrDate2")) {

                // If the value of the [DueDate] column is less than the value

                // of the [CreatedOn] column a value of the localizable string is

                // placed into the variable along with the validation error message

                // in the invalidMessage variable.

                    invalidMessage = this.get("Resources.Strings.CreatedOnLessDueDate");

                }

                // Object whose properties contain validation error messages.

                // If the validation is successful, empty strings are returned to the

                // object.

                return {

                // Validation error message.

                    invalidMessage: invalidMessage

                };

            }

        },

        dataModels: /**SCHEMA_DATA_MODELS*/{}/**SCHEMA_DATA_MODELS*/,

        diff: /**SCHEMA_DIFF*/[

            {

                "operation": "insert",

                "name": "PrimaryContactButton",

                "values": {

                    "style": "blue",

                    "itemType": 5,

                    "caption": "CandidatePage",

                    "click": {

                        "bindTo": "onOpenPrimaryContactClick"

                    }

                },

                "parentName": "LeftContainer",

                "propertyName": "items",

                "index": 7

            },

            {

                "operation": "insert",

                "name": "LOOKUP73c87081-0b49-4136-a96c-b3bc053dc07a",

                "values": {

                    "layout": {

                        "colSpan": 7,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 0,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrAccountDetails",

                    "labelConfig": {

                        "caption": {

                            "bindTo": "Resources.Strings.LOOKUP73c870810b494136a96cb3bc053dc07aLabelCaption"

                        }

                    },

                    "enabled": true,

                    "contentType": 3

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 0

            },

            {

                "operation": "insert",

                "name": "UsrCreateIndents38d0489d-8306-4368-9cd3-2cbc0f7ee65d",

                "values": {

                    "layout": {

                        "colSpan": 8,

                        "rowSpan": 1,

                        "column": 7,

                        "row": 0,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrCreateIndents"

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 1

            },

            {

                "operation": "insert",

                "name": "UsrCandidateLocationf70810eb-99f1-45c9-8fad-2301b95482ac",

                "values": {

                    "layout": {

                        "colSpan": 8,

                        "rowSpan": 1,

                        "column": 15,

                        "row": 0,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrCandidateLocation",

                    "labelConfig": {

                        "caption": {

                            "bindTo": "Resources.Strings.UsrCandidateLocationf70810eb99f145c98fad2301b95482acLabelCaption"

                        }

                    },

                    "enabled": true,

                    "contentType": 5

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 2

            },

            {

                "operation": "insert",

                "name": "UsrNamea4caf674-39e8-49c0-ae6d-ce6965bda17d",

                "values": {

                    "layout": {

                        "colSpan": 7,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 1,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrName",

                    "enabled": true

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 3

            },

            {

                "operation": "insert",

                "name": "INTEGERb1eeb15c-1e40-43b7-b911-7414ed618aac",

                "values": {

                    "layout": {

                        "colSpan": 8,

                        "rowSpan": 1,

                        "column": 7,

                        "row": 1,

                        "layoutName": "Header"

                    },

                    "controlConfig": {

                        "className": "Terrasoft.TextEdit",

                        "placeholder": "Enter Relavence Number",

                        "classes": [

                            "placeholderOpacity"

                        ]

                    },

                    "bindTo": "UsrRelevance",

                    "enabled": true

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 4

            },

            {

                "operation": "insert",

                "name": "STRINGa317135f-4c13-47de-9193-c06cec2b5338",

                "values": {

                    "layout": {

                        "colSpan": 7,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 2,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrMobile",

                    "enabled": true

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 5

            },

            {

                "operation": "insert",

                "name": "STRING1e7b4bc3-8ba4-4afd-ada5-caf6b2fe1acf",

                "values": {

                    "layout": {

                        "colSpan": 8,

                        "rowSpan": 1,

                        "column": 7,

                        "row": 2,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrEmail",

                    "enabled": true

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 6

            },

            {

                "operation": "insert",

                "name": "INTEGERd827fe67-e5e6-40e2-82cf-774e5438e729",

                "values": {

                    "layout": {

                        "colSpan": 7,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 3,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrCRIFScore",

                    "enabled": true

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 7

            },

            {

                "operation": "insert",

                "name": "UsrCRIFStatus5b4a0d04-79f7-4382-9f72-6f2b9118aef8",

                "values": {

                    "layout": {

                        "colSpan": 8,

                        "rowSpan": 1,

                        "column": 7,

                        "row": 3,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrCRIFStatus",

                    "controlConfig": {

                        "className": "Terrasoft.LookupEdit",

                        "placeholder": "Im empty",

                        "classes": ["placeholderOpacity"]

                    },

                    "labelConfig": {

                        "caption": {

                            "bindTo": "Resources.Strings.LOOKUPLabelCaption"

                        }

                    },

                    "enabled": true,

                    "contentType": 3

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 8

            },

            {

                "operation": "insert",

                "name": "INTEGER08e28fe7-84fd-46de-9f13-c683d2ccd3d6",

                "values": {

                    "layout": {

                        "colSpan": 7,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 4,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrILAScore",

                    "enabled": true

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 9

            },

            {

                "operation": "insert",

                "name": "LOOKUP53de198f-32fa-461a-84ff-7b7e73bb9a9f",

                "values": {

                    "layout": {

                        "colSpan": 8,

                        "rowSpan": 1,

                        "column": 7,

                        "row": 4,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrILAStatus",

                    "enabled": true,

                    "contentType": 3

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 10

            },

            {

                "operation": "insert",

                "name": "INTEGER1027e502-3227-476e-a228-c2457c1ecd2a",

                "values": {

                    "layout": {

                        "colSpan": 7,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 5,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrScore",

                    "enabled": true,

                    "labelConfig": {

                        "caption": {

                            "bindTo": "Resources.Strings.INTEGER1027e5023227476ea228c2457c1ecd2aLabelCaption"

                        }

                    }

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 11

            },

            {

                "operation": "insert",

                "name": "LOOKUPbf37cacd-cca0-427b-aded-93c46591f21c",

                "values": {

                    "layout": {

                        "colSpan": 8,

                        "rowSpan": 1,

                        "column": 7,

                        "row": 5,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrAssessmentStatus",

                    "enabled": true,

                    "contentType": 3

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 12

            },

            {

                "operation": "insert",

                "name": "LOOKUPbeaf5da6-178d-4748-8b27-5a82ef0aca28",

                "values": {

                    "layout": {

                        "colSpan": 7,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 6,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrModeofInterview",

                    "enabled": true,

                    "contentType": 3

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 13

            },

            {

                "operation": "insert",

                "name": "UsrInterviewer2977f098-6661-4ac8-a242-81bd0a970dc7",

                "values": {

                    "layout": {

                        "colSpan": 8,

                        "rowSpan": 1,

                        "column": 7,

                        "row": 6,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrInterviewer"

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 14

            },

            {

                "operation": "insert",

                "name": "LOOKUP7b5eabf6-a684-445a-992b-a64145c37141",

                "values": {

                    "layout": {

                        "colSpan": 7,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 7,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrStatus",

                    "enabled": true,

                    "contentType": 3

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 15

            },

            {

                "operation": "insert",

                "name": "STRING2f45b90a-19a2-4e74-855c-528d9703d771",

                "values": {

                    "layout": {

                        "colSpan": 15,

                        "rowSpan": 1,

                        "column": 7,

                        "row": 7,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrL1Remarks",

                    "enabled": true,

                    "contentType": 0

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 16

            },

            {

                "operation": "insert",

                "name": "UsrL2Status2cf507a9-e8c6-414b-9c35-08f1f6a02655",

                "values": {

                    "layout": {

                        "colSpan": 7,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 8,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrL2Status",

                    "enabled": true,

                    "contentType": 5

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 17

            },

            {

                "operation": "insert",

                "name": "UsrL2Remarks7ad37c92-05a5-44dd-8961-fa6b26a72307",

                "values": {

                    "layout": {

                        "colSpan": 15,

                        "rowSpan": 1,

                        "column": 7,

                        "row": 8,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrL2Remarks"

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 18

            },

            {

                "operation": "insert",

                "name": "UsrL3Status9b43ad2e-4188-40f6-b881-c338be0ae5a2",

                "values": {

                    "layout": {

                        "colSpan": 7,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 9,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrL3Status"

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 19

            },

            {

                "operation": "insert",

                "name": "UsrL3Remarksae2b3312-fa1e-4bb3-b54c-cbfe95464a81",

                "values": {

                    "layout": {

                        "colSpan": 15,

                        "rowSpan": 1,

                        "column": 7,

                        "row": 9,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrL3Remarks"

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 20

            },

            {

                "operation": "insert",

                "name": "STRING7aad6baa-2bdb-4d42-ab29-89b14778f5ff",

                "values": {

                    "layout": {

                        "colSpan": 9,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 10,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrExperienceinyears1",

                    "enabled": true

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 21

            },

            {

                "operation": "insert",

                "name": "UsrDate208dbc53c-da3e-4026-95f2-037559dc23bf",

                "values": {

                    "layout": {

                        "colSpan": 8,

                        "rowSpan": 1,

                        "column": 9,

                        "row": 11,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrDate2"

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 22

            },

            {

                "operation": "insert",

                "name": "UsrDate1a149ec99-c62f-4a7a-824b-fc0d2d35ce48",

                "values": {

                    "layout": {

                        "colSpan": 9,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 11,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrDate1"

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 23

            },

            {

                "operation": "insert",

                "name": "DATEe13956dc-435c-4c86-baba-f9b08c8172f7",

                "values": {

                    "layout": {

                        "colSpan": 9,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 12,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrDate3",

                    "enabled": true

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 24

            },

            {

                "operation": "insert",

                "name": "INTEGER335a668f-f71f-4485-9605-eacb6cfc372a",

                "values": {

                    "layout": {

                        "colSpan": 12,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 13,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrAgeCalculation123",

                    "enabled": true

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 25

            },

            {

                "operation": "insert",

                "name": "STRING685ec586-4785-4780-992b-424c999d3bd8",

                "values": {

                    "layout": {

                        "colSpan": 9,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 14,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrString1",

                    "enabled": true

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 26

            },

            {

                "operation": "insert",

                "name": "UsrageCalculation953b84fc-6af3-4f9a-9efb-306115bc2617",

                "values": {

                    "layout": {

                        "colSpan": 12,

                        "rowSpan": 1,

                        "column": 10,

                        "row": 14,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrageCalculation"

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 27

            },

            {

                "operation": "insert",

                "name": "INTEGER7783bb88-080d-4fb4-9aa2-0465d76771c7",

                "values": {

                    "layout": {

                        "colSpan": 12,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 15,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrAmount",

                    "enabled": true

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 28

            },

            {

                "operation": "insert",

                "name": "INTEGER7c1b779e-404e-4037-aac4-2942df2b2772",

                "values": {

                    "layout": {

                        "colSpan": 12,

                        "rowSpan": 1,

                        "column": 12,

                        "row": 15,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrPaymentAmount",

                    "enabled": true

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 29

            },

            {

                "operation": "insert",

                "name": "INTEGER80fb0b2a-5d26-4a93-a362-a8f5593eb74d",

                "values": {

                    "layout": {

                        "colSpan": 12,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 16,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrBalance",

                    "enabled": true

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 30

            },

            {

                "operation": "insert",

                "name": "INTEGER9d4011c1-27b7-43dd-a988-9f645eedbdd4",

                "values": {

                    "layout": {

                        "colSpan": 12,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 17,

                        "layoutName": "Header"

                    },

                    "bindTo": "UsrPhoneNumber",

                    "enabled": true

                },

                "parentName": "Header",

                "propertyName": "items",

                "index": 31

            },

            {

                "operation": "insert",

                "name": "Tabcfe543f1TabLabel",

                "values": {

                    "caption": {

                        "bindTo": "Resources.Strings.Tabcfe543f1TabLabelTabCaption"

                    },

                    "items": []

                },

                "parentName": "Tabs",

                "propertyName": "tabs",

                "index": 0

            },

            {

                "operation": "insert",

                "name": "Tabcfe543f1TabLabelGroupe75d9c52",

                "values": {

                    "caption": {

                        "bindTo": "Resources.Strings.Tabcfe543f1TabLabelGroupe75d9c52GroupCaption"

                    },

                    "itemType": 15,

                    "markerValue": "added-group",

                    "items": []

                },

                "parentName": "Tabcfe543f1TabLabel",

                "propertyName": "items",

                "index": 0

            },

            {

                "operation": "insert",

                "name": "Tabcfe543f1TabLabelGridLayout70d4e7ac",

                "values": {

                    "itemType": 0,

                    "items": []

                },

                "parentName": "Tabcfe543f1TabLabelGroupe75d9c52",

                "propertyName": "items",

                "index": 0

            },

            {

                "operation": "insert",

                "name": "LOOKUP9c69d53a-2737-4644-9c9c-f929bcbeec8f",

                "values": {

                    "layout": {

                        "colSpan": 7,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 0,

                        "layoutName": "Tabcfe543f1TabLabelGridLayout70d4e7ac"

                    },

                    "bindTo": "UsrGenderType",

                    "enabled": true,

                    "contentType": 3

                },

                "parentName": "Tabcfe543f1TabLabelGridLayout70d4e7ac",

                "propertyName": "items",

                "index": 0

            },

            {

                "operation": "insert",

                "name": "STRING9b912a67-408a-45f9-9362-62e3c179e86b",

                "values": {

                    "layout": {

                        "colSpan": 7,

                        "rowSpan": 1,

                        "column": 17,

                        "row": 0,

                        "layoutName": "Tabcfe543f1TabLabelGridLayout70d4e7ac"

                    },

                    "bindTo": "UsrPANCardNumber",

                    "enabled": true

                },

                "parentName": "Tabcfe543f1TabLabelGridLayout70d4e7ac",

                "propertyName": "items",

                "index": 1

            },

            {

                "operation": "insert",

                "name": "DATEedc7fe24-9dcf-44ad-8fd3-28084d4b8ae1",

                "values": {

                    "layout": {

                        "colSpan": 8,

                        "rowSpan": 1,

                        "column": 8,

                        "row": 0,

                        "layoutName": "Tabcfe543f1TabLabelGridLayout70d4e7ac"

                    },

                    "bindTo": "UsrDateOfBirth",

                    "enabled": true

                },

                "parentName": "Tabcfe543f1TabLabelGridLayout70d4e7ac",

                "propertyName": "items",

                "index": 2

            },

            {

                "operation": "insert",

                "name": "STRING4971cf07-5516-4202-8fde-7898ae667496",

                "values": {

                    "layout": {

                        "colSpan": 12,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 1,

                        "layoutName": "Tabcfe543f1TabLabelGridLayout70d4e7ac"

                    },

                    "bindTo": "UsrUniversity",

                    "enabled": true

                },

                "parentName": "Tabcfe543f1TabLabelGridLayout70d4e7ac",

                "propertyName": "items",

                "index": 3

            },

            {

                "operation": "insert",

                "name": "STRING899ddab6-5c33-4beb-863c-2a6ffc2c9714",

                "values": {

                    "layout": {

                        "colSpan": 12,

                        "rowSpan": 1,

                        "column": 12,

                        "row": 1,

                        "layoutName": "Tabcfe543f1TabLabelGridLayout70d4e7ac"

                    },

                    "bindTo": "UsrNameOfDegrre",

                    "enabled": true

                },

                "parentName": "Tabcfe543f1TabLabelGridLayout70d4e7ac",

                "propertyName": "items",

                "index": 4

            },

            {

                "operation": "insert",

                "name": "STRING33b2b8a4-e22f-478f-a773-1df4d37be1e2",

                "values": {

                    "layout": {

                        "colSpan": 12,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 2,

                        "layoutName": "Tabcfe543f1TabLabelGridLayout70d4e7ac"

                    },

                    "bindTo": "UsrCompany",

                    "enabled": true

                },

                "parentName": "Tabcfe543f1TabLabelGridLayout70d4e7ac",

                "propertyName": "items",

                "index": 5

            },

            {

                "operation": "insert",

                "name": "STRINGe202182b-c15b-4cd3-b79e-76a6fb1313dc",

                "values": {

                    "layout": {

                        "colSpan": 12,

                        "rowSpan": 1,

                        "column": 12,

                        "row": 2,

                        "layoutName": "Tabcfe543f1TabLabelGridLayout70d4e7ac"

                    },

                    "bindTo": "UsrDesignation",

                    "enabled": true

                },

                "parentName": "Tabcfe543f1TabLabelGridLayout70d4e7ac",

                "propertyName": "items",

                "index": 6

            },

            {

                "operation": "insert",

                "name": "STRINGa84b4a02-4210-408e-8cca-20a277f7e8d3",

                "values": {

                    "layout": {

                        "colSpan": 18,

                        "rowSpan": 1,

                        "column": 0,

                        "row": 3,

                        "layoutName": "Tabcfe543f1TabLabelGridLayout70d4e7ac"

                    },

                    "bindTo": "UsrSkillSet",

                    "enabled": true

                },

                "parentName": "Tabcfe543f1TabLabelGridLayout70d4e7ac",

                "propertyName": "items",

                "index": 7

            },

            {

                "operation": "insert",

                "name": "NotesAndFilesTab",

                "values": {

                    "caption": {

                        "bindTo": "Resources.Strings.NotesAndFilesTabCaption"

                    },

                    "items": []

                },

                "parentName": "Tabs",

                "propertyName": "tabs",

                "index": 1

            },

            {

                "operation": "insert",

                "name": "Files",

                "values": {

                    "itemType": 2

                },

                "parentName": "NotesAndFilesTab",

                "propertyName": "items",

                "index": 0

            }

        ]/**SCHEMA_DIFF*/

    };

});

please check my code once

Dear Manikanta,

I have copied the whole page code, added corresponding fields to my object and everything works fine. Placeholders are correctly displayed. 

Please double-check the column types, if there any errors in the browser console and clear browser cache.

In case issue persists, please contact our support team.

Regards,

Anastasia

 

Show all comments