How can i create two VRA records at a time .

sushma9
Tera Contributor

Hi Team,

 I have requirement  where i need to create the two VRA records  and the vra record will be created when i clicked on the  Create VRA  UI Action . as of now when i am clicking on the UI Action Only one VRA record is creating and i need to create two VRA records at a time . How can i achieve this .

1 ACCEPTED SOLUTION

Hi @sushma9 ,

 

If u want to create two records then u can apply for loop here n check. Something like this

for (var i=0;i<2;i++){
if(i=1){
gr.short_description = 'test2';
}else{
gr.short_description = 'test1';
}
}

 

Thanks,

Danish

 

View solution in original post

16 REPLIES 16

@Danish,

Screen shots has been shared. Can you Please check 

Hi Danish,

Good day to you !!!

I have written the script to attach the assessment template to the vra record and and its assiging to the  vra record and questionories also attached to the VRA record but when i open the Vendor portal as vendor contact i am not able to see the questinories and getting the blank page .

 

sushma9_0-1700130402074.png

 and if i open the that i am getting the below page 

sushma9_1-1700130469226.png

 

 

sushma9
Tera Contributor

@Danish Bhairag2 

Hi Danish,

Good day to you !!!

I have written the script to attach the assessment template to the vra record and and its assiging to the  vra record and questionories also attached to the VRA record but when i open the Vendor portal as vendor contact i am not able to see the questinories and getting the blank page .

 

sushma9_0-1700131596275.png

 

 and if i open the that i am getting the below page 

sushma9_1-1700131596276.png

 

 

Hi @sushma9 ,

 

If the users are not able to see the data then they might not be having appropriate read role on that table. Kindly check the ACLs on that & provide necessary roles to the user.

 

Thanks,

Danish

 

@Danish 

 

I have checked acl they have sufficient roles .