Powered By Blogger

সোমবার, ৩ জুলাই, ২০২৩

Setting item value from interactive grid column

Create dynamic action 

when

Selection grid interactive grid

grid name

 var i, selectedIds = "",


    model = this.data.model;


for ( i = 0; i < this.data.selectedRecords.length; i++ ) {


    selectedIds += model.getValue( this.data.selectedRecords[i], "GROUP_CODE") ;//+ ","; here group_code is value item change as your required column name


}


$s("P55_GRP_CODE", selectedIds);//here P55_GRP_CODE IS Affected item replace as your required item name

কোন মন্তব্য নেই:

একটি মন্তব্য পোস্ট করুন

Row-level “Add” icon using a virtual column (APEX-safe)

1️⃣ Enable Insert in the Interactive Grid IG → Attributes Edit → Allowed Add Row → Yes 2️⃣ Add a New Column (Icon column) Column...