function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AlinaAlina 

How can I add information about doctors (name, last mane) i created before? How to create a selection box? I need to create as in the first screenshot, but it turned out as in the second. This is my first project , I just learn salesforse,please help me

User-added image<apex:page > 
    <h1>Appointment Table</h1> 
    
    <apex:pageBlock title="Select a doctor">
        <apex:pageBlockSection title="doctor">
        </apex:pageBlockSection>
    </apex:pageBlock>
     <apex:pageBlock title="Working Hours Start    ">
    </apex:pageBlock>
    <apex:pageBlock title="Working Hours Ends    ">
    </apex:pageBlock>
     <apex:pageBlock title="Select a patient">
        <apex:pageBlockSection title="patient">
        </apex:pageBlockSection>
    </apex:pageBlock>
</apex:page>
AlinaAlina
User-added imagei need this
Carla Urquiza MendezCarla Urquiza Mendez
HiI also had the same question while developing an application for a furniture site For this site ( https://mueblesjardinbaratos.net ) I must develop a mobile application and export information such as manufacturers, brands, prices and inventory data. I'll be up until someone publishes any ideas. Regards