44 "name" : " [sm] user-creation-with-ps-and-setup-pq" ,
55 "schema" : " https://schema.getpostman.com/json/collection/v2.1.0/collection.json" ,
66 "_exporter_id" : " 23827434" ,
7- "_collection_link" : " https://salesforce-734821.postman.co/workspace/Delphinus-%F0%9F%90%AC ~8b8cf020-27dc-46b1-8de1-2b679073163c/collection/23827434-887a1603-ed57-4a39-ac5f-0d2c02d72767?action=share&source=collection_link&creator=23827434"
7+ "_collection_link" : " https://salesforce-734821.postman.co/workspace/Delphinus-%25F0%259F%2590%25AC ~8b8cf020-27dc-46b1-8de1-2b679073163c/collection/23827434-887a1603-ed57-4a39-ac5f-0d2c02d72767?action=share&source=collection_link&creator=23827434"
88 },
99 "item" : [
1010 {
276276 "listen" : " prerequest" ,
277277 "script" : {
278278 "exec" : [
279- " pm.environment.set(\" billingAdminUserName\" , \" billingAdmin4 [email protected] \" );" 279+ " pm.environment.set(\" billingAdminUserName\" , pm.variables.replaceIn( \" billingAdmin -sm-{{$timestamp}} @revoman.org\" ) );"
280280 ],
281281 "type" : " text/javascript"
282282 }
386386 "listen" : " prerequest" ,
387387 "script" : {
388388 "exec" : [
389- " pm.environment.set(\" taxAdminUserName\" , \" [email protected] \" )" 389+ " pm.environment.set(\" taxAdminUserName\" , pm.variables.replaceIn( \" taxAdmin-sm-{{$timestamp}} @revoman.org\" )); "
390390 ],
391391 "type" : " text/javascript"
392392 }
486486 "listen" : " prerequest" ,
487487 "script" : {
488488 "exec" : [
489- " pm.environment.set(\" productAndPricingAdminUserName\" , \" [email protected] \" );" 489+ " pm.environment.set(\" productAndPricingAdminUserName\" , pm.variables.replaceIn( \" productAndPricingAdmin-sm-{{$timestamp}} @revoman.org\" ) );"
490490 ],
491491 "type" : " text/javascript"
492492 }
596596 "listen" : " prerequest" ,
597597 "script" : {
598598 "exec" : [
599- " pm.environment.set(\" salesRepUserName\" , \" [email protected] \" );" 599+ " pm.environment.set(\" salesRepUserName\" , pm.variables.replaceIn( \" salesRep-sm-{{$timestamp}} @revoman.org\" ) );"
600600 ],
601601 "type" : " text/javascript"
602602 }
21822182 "header" : [],
21832183 "body" : {
21842184 "mode" : " raw" ,
2185- "raw" : " {\n \" ProductSellingModelId\" : \" {{oneTimeProductSellingModelId}}\" ,\n \" Product2Id\" : \" {{oneTimeProductId}}\" ,\n \" IsActive\" : true,\n \" Pricebook2Id\" : \" {{standardPricebookId}}\" ,\n \" UnitPrice\" : \" {{unitPrice}}\"\n }" ,
2185+ "raw" : " {\n \" ProductSellingModelId\" : \" {{oneTimeProductSellingModelId}}\" ,\n \" Product2Id\" : \" {{oneTimeProductId}}\" ,\n \" IsActive\" : true,\n \" Pricebook2Id\" : \" {{standardPricebookId}}\" ,\n \" UnitPrice\" : \" {{$ unitPrice}}\"\n }" ,
21862186 "options" : {
21872187 "raw" : {
21882188 "language" : " json"
24522452 "header" : [],
24532453 "body" : {
24542454 "mode" : " raw" ,
2455- "raw" : " {\n \" ProductSellingModelId\" : \" {{evergreenProductSellingModelId}}\" ,\n \" Product2Id\" : \" {{evergreenProductId}}\" ,\n \" IsActive\" : true,\n \" Pricebook2Id\" : \" {{standardPricebookId}}\" ,\n \" UnitPrice\" : \" {{unitPrice}}\"\n }" ,
2455+ "raw" : " {\n \" ProductSellingModelId\" : \" {{evergreenProductSellingModelId}}\" ,\n \" Product2Id\" : \" {{evergreenProductId}}\" ,\n \" IsActive\" : true,\n \" Pricebook2Id\" : \" {{standardPricebookId}}\" ,\n \" UnitPrice\" : \" {{$ unitPrice}}\"\n }" ,
24562456 "options" : {
24572457 "raw" : {
24582458 "language" : " json"
27212721 "header" : [],
27222722 "body" : {
27232723 "mode" : " raw" ,
2724- "raw" : " {\n \" ProductSellingModelId\" : \" {{termedProductSellingModelId}}\" ,\n \" Product2Id\" : \" {{termedProductId}}\" ,\n \" IsActive\" : true,\n \" Pricebook2Id\" : \" {{standardPricebookId}}\" ,\n \" UnitPrice\" : \" {{unitPrice}}\"\n }" ,
2724+ "raw" : " {\n \" ProductSellingModelId\" : \" {{termedProductSellingModelId}}\" ,\n \" Product2Id\" : \" {{termedProductId}}\" ,\n \" IsActive\" : true,\n \" Pricebook2Id\" : \" {{standardPricebookId}}\" ,\n \" UnitPrice\" : \" {{$ unitPrice}}\"\n }" ,
27252725 "options" : {
27262726 "raw" : {
27272727 "language" : " json"
28972897 ],
28982898 "body" : {
28992899 "mode" : " raw" ,
2900- "raw" : " {\" ParentProductId\" : \" {{evergreenProductId}}\" ,\n \" ChildProductId\" : \" {{termedProductId}}\" , \n \" ParentSellingModelId\" : \" {{evergreenProductSellingModelId}}\" ,\n \" ChildSellingModelId\" : \" {{termedProductSellingModelId}}\" ,\n \" ProductRelationshipTypeId\" : \" {{productRelationshipTypeId}}\"\n }"
2900+ "raw" : " {\n \ " ParentProductId\" : \" {{evergreenProductId}}\" ,\n \" ChildProductId\" : \" {{termedProductId}}\" , \n \" ParentSellingModelId\" : \" {{evergreenProductSellingModelId}}\" ,\n \" ChildSellingModelId\" : \" {{termedProductSellingModelId}}\" ,\n \" ProductRelationshipTypeId\" : \" {{productRelationshipTypeId}}\"\n }"
29012901 },
29022902 "url" : {
29032903 "raw" : " {{baseUrl}}{{versionPath}}/sobjects/ProductRelatedComponent" ,
29472947 }
29482948 }
29492949 ]
2950- }
2950+ }
0 commit comments