-
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, 11 months ago by Deepak.
- This discussion was modified 4 years, 11 months ago by Deepak.
- This discussion was modified 4 years, 10 months ago by Forcetalks.
- This discussion was modified 4 years, 10 months ago by Forcetalks.
Log In to reply.
Popular Salesforce Blogs
Becoming a Salesforce Expert - Part 1
It is safe to say that you are pondering over whether a future in Salesforce is the correct move for you or not. Perhaps you…
Salesforce ERP Integration – Evaluate Your Sales Opportunities Accurately
Vendors that respond faster gain more business opportunities. This is why companies must empower their sales reps with instant customer and prospect information access by…
Sender Authentication Package (SAP) in Marketing Cloud: How to Use It to Improve Brand Awareness
To increase the chances of your emails reaching their intended recipients, they should be authenticated, not just validated. Authentication is serious to Google and other…
Popular Salesforce Videos
Nonprofit Summit 2022 - Go Further with Salesforce Reports and Dashboards Hands-on Training
Salesforce reports and dashboards are the analytical sides of CRM. They are used to convert business requirements into Visual representations like Graphs, Pie Charts, Tables,…
Salesforce Customer 360 - It Brings Your Company & Customers Together
Q: With a dispersed workforce, how do you bring all departments together with a single shared view of your customer? A: With Salesforce Customer 360.…
What Role Can Salesforce Industries Play in Helping Various Sectors Grow?
Discover more about what role can Salesforce Industries play in helping various sectors grow then have a glance at this extract from our latest webinar!…
Popular Salesforce Infographics
5 Advantages of Using Salesforce for Your Business
Salesforce is a customer relationship management (CRM) platform that offers a wide range of features and benefits for businesses of all sizes. Here are five…
What to expect with a Salesforce project?
It is important to note that one person can fulfill more than one role (typically in smaller projects) but these roles do need to be…
Unlock Agile and Efficient Salesforce Testing With AI-Driven Tools
Like every industry, the world of software testing and quality assurance has also gone under massive development with the emergence of AI technology. Developers and…