随笔分类 -  peoplecode&javascript

摘要:1. You will need a Long character field to hold the HTML string. You can use the delivered field HTMLAREA if there is no need to create a custom field.2. Create a new page.3. Place an HTML Area on the page.4. Assign a record and field to the HTML Area Properties page. (Note: The field used for the H 阅读全文
posted @ 2013-10-24 13:35 Bryan chen 阅读(1310) 评论(0) 推荐(0)
摘要:As shown in Image to create related content link in Dropdown we need to follow below steps.Assumption:Component is created and Related content setup is done.Below steps need to be done to use Related content in drop down.Step1: Adding HTML Area to page.Place a HTML area in the page to the created co 阅读全文
posted @ 2013-10-24 11:52 Bryan chen 阅读(358) 评论(0) 推荐(0)
摘要:Here, PeopleCode sets the logic that determines when the JavaScript code will run.This is not as simple as dropping a HTML Area on your page and setting the script in PeopleCode. This is because the value in the HTML Area field remains and the JavaScript code will keep executing at subsequent page r 阅读全文
posted @ 2013-10-24 11:50 Bryan chen 阅读(413) 评论(0) 推荐(0)