-
Is it mandatory to assign id in 8th line in below mentioned code in Salesforce?
S<apex:page controller="sample"> <apex:form > <apex:tabpanel> <apex:tab label="home" name="home" id="home"> <apex:pageBlock id="pg"> <apex:pageBlockSection rendered="{!batchStatusBool}"> <apex:actionStatus id="act" startText="Checking..." /> Batch Contact_Status is {!batchStatus} <br/><br/> Batch Total_Job_Items = {!batch1}<br/><br/> Batch Number_Of_Errors = {!batch2}<br/> <apex:outputText > </apex:outputText> <apex:actionPoller interval="5" action="{!checkBatchStatus}" enabled="{!pollerBool}" reRender="pg" status="act"/> </apex:pageBlockSection> <apex:pageBlockButtons location="bottom"> <apex:commandButton value="Call Account Update Batch" action="{!callAcctUpdateBatch}"/> </apex:pageBlockButtons> </apex:pageBlock> </apex:tab> </apex:tabpanel> </apex:form> </apex:page>
Is it mandatory to assign id in 8th line?
- This discussion was modified 4 years, 10 months ago by Deepak.
- This discussion was modified 4 years, 10 months ago by Deepak.
- This discussion was modified 4 years, 9 months ago by Forcetalks.
- This discussion was modified 4 years, 9 months ago by Forcetalks.
Log In to reply.
Popular Salesforce Blogs
How To Set Up Your Company in Salesforce
Use the corporate Information page in Setup to trace what’s important about your company’s organization in Salesforce. you'll also manage your licenses and entitlements. This…
Important Strategies Lessons from Dreamforce 2024
Are you ready to discover how Salesforce's latest innovations at Dreamforce 2024 are reshaping the future of business? From cutting-edge AI integrations and the power…
DevOps Center on Salesforce Platform: What is it, and What Does it Offer?
Salesforce is a continuously evolving company and platform. They are constantly adding new features, functionality, and tools to their platform to help businesses better manage…
Popular Salesforce Videos
Tableau CRM for Emergency Response Management | Salesforce
When disaster strikes, public and private health organizations, as well as government agencies, need to respond quickly and efficiently. Tableau CRM for Emergency Response Management…
How to Connect to External Data | Salesforce
An external data source specifies how to access an external system. Salesforce Connect uses external data sources to access data that's stored outside your Salesforce…
Multipurpose VF Component to Add Multiple Records on a Button's Click | Salesforce Tutorials
In this video, I will create a multipurpose VF component to add Contact records in a list on the click of a button then I…
Popular Salesforce Infographics
Know 5 Reasons to Use Salesforce for Your Business
Salesforce is a customer relationship management (CRM) platform that can be used by businesses of all sizes to manage and analyze customer interactions and data.…
How Does Salesforce Use Slack To Collaborate and Connect?
Salesforce and Slack bring together all your teams with the apps and data they need in a single, collaborative workspace. Plus, Slack Connect functionality lets…
How Sales Reps are Staying at the Top of Their Game | Salesforce Guide
Sales reps around the world had to rapidly adopt new methods to work around lockdowns and travel restrictions. In some cases, this meant learning new…