M
Mohammed Siraj
Guest
Hi Meryem, This is not supported OOB. Request you to file an enhancement request in IDEA' s section. For now, can you try the following scripting solution: $('form[name="theForm"]').find('input[name="destId"]').val(176735) //176735 is pageId of target page $('form[name="theForm"]').append(' ') // 395942 is recordID.. this parameter is required in case the page mandates a recordId parameter eg. Record Details/View page.
Continue reading...
Continue reading...