• Deepika km
  • NEWBIE
  • 15 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 3
    Replies
Hi,

I just created a visual workflow and tried to activate but couldn't get the "Activate" button anywhere.
Could some one please guide me.

Thank YouActivate button missing in Visual Workflow
Hi,
Am from .Net back ground.
Just trying to find option of "Find and Replace" of text. 
In Visual Studio we have Find and Replace With options
"Match case","Match whole word" ...Find_Dialogue
In developer console i can find Search option,using Ctrl+F but it does not contains advanced options like above.

Could any one please confirm what are the availble options to Find and Replace text.
User-added image
Thanks
Deepika
Hi,

Could anyone explains the "printUrl" attribute use?
By the name understood it will show the printable view.But dont see the print option once the pop up is loaded.
How to print the page using "printURL"?

Ex: Below code
<apex:page >
  <apex:sectionHeader title="Customer" subtitle="Get New Customer" description="New Customer Details" help="http:google.com" printUrl="/apex/lab5_VS_SectionHeader"/>
</apex:page>
.
Thanks

Hi,

Could anyone prapose any setting/solution for below?
While writing the "Visualforce" page code given a controller & methods which are not created.
After it shown the error and option to create,Clicked on the option to created the expected code.
When move that tab the autogenerated code is overlapping & not in readable format.

  code overlappingCode
Hi,

Could any one explain the use of "setup" attribute in apex page component.
I dont see any difference in the view for below examples.
Ex:
 <apex:page setup="false">
          <apex:pageBlock title="PB1"></apex:pageBlock>
</apex:page>

<apex:page>
         <apex:pageBlock title="PB1"></apex:pageBlock>
</apex:page>

Thanks
Hi,

I just created a visual workflow and tried to activate but couldn't get the "Activate" button anywhere.
Could some one please guide me.

Thank YouActivate button missing in Visual Workflow
Hi,
Am from .Net back ground.
Just trying to find option of "Find and Replace" of text. 
In Visual Studio we have Find and Replace With options
"Match case","Match whole word" ...Find_Dialogue
In developer console i can find Search option,using Ctrl+F but it does not contains advanced options like above.

Could any one please confirm what are the availble options to Find and Replace text.
User-added image
Thanks
Deepika
Hi,

Could any one explain the use of "setup" attribute in apex page component.
I dont see any difference in the view for below examples.
Ex:
 <apex:page setup="false">
          <apex:pageBlock title="PB1"></apex:pageBlock>
</apex:page>

<apex:page>
         <apex:pageBlock title="PB1"></apex:pageBlock>
</apex:page>

Thanks