У нас вы можете посмотреть бесплатно Salesforce Visualforce 04| Program Execution | Detail | Form | CommandButton | CommandLink | или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
+919662460161 Topics Covered Salesforce Development Training by Swapna @Swapna Salesforce (#Salesforce #Visualforce#ProgramExecution, Detail, Form, CommandButton, CommandLink) ********* Notes Visualforcepage: .apex:detail/. --. to display default layout of the Object. .apex:form/. --. to display input of data , any acceptance need to have form Command .apex:inputField/.--. allow the user to edit the value .apex:CommandButton. --. display the button Actions --. Save --. default salesforce save action Cancel Edit .apex:CommandLink. and .apex:CommandButton. both are does same work but only view is different ********** Assignement:01 1) implement a Visualforce page, to display lead Detail information 2) Implement a visualforce page, with 3 different Tabs (Account, Contact, Cases) on clicking on Account tab , display the following fields in readonly mode Name: Phone: Billing Address: Shipping Address on clicking on Contact tab, display following fields in edit mode Contact Owner Contact Email Created By Account Name: on clicking on Cases tab, display related list of Emails Files WorkOrder 3) Implement a visualforce page, to display Contact Detail information in second Tab (Tab1, Tab2= contact Details, Tab3) i) Does Contact detail information shows in Tab2 a) if Yes, provide Example b) if No, what is the reason ? New action=.!Save. Assignement :02 Implement a visualforce for Account and display the following fields as well as the button Provide the Output Fields : Name: Phone: Fax: Button : New .!New. Whether we can do it or not ? if yes , show me the example If no, What is reason ? ******* Interview Questions : 01.What is .apex:detail/.? 02.What is .apex:form.? 03.When do we use .apex:form.? 04.What is apex:inputField? 05.What is .apex:CommandButton. 06.What is .apex:commandLink/.? 07.What is the difference between .apex:commandButton. and .apex:commandLink/.? 08.Write down execution flow of the program? ********* Realtime Scenorio Implementation ********* Trailhead *********