• Gaurav_Mishra44553
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 1
    Replies
We Have Requirment to generate PDF from lightning  Component .. 
explored and found out its not possible but not sure about that .
Please suggest how do i achieve that 
Hi Guys , 

We have requirment where we need to add Lightning componenet to Salesforce 1 iffline mode . please sugges whether its possible because i went through doc there they mentioned lightning page are not supported . what about componenet?
Hi Developers ,

we have requirment where Email has to be sent to all approver .  if somebody from unanimous User group approves/reject the record . how do we achieve it ?
<apex:page controller="BasicForm">
 <style type="text/css">
       td{
       padding:0px 15px 15px 15px;
}
    </style>

<apex:form >
<table>



<tr>

<td><apex:outputLabel value="AccountNumber" for="theCheckbox2" style="font-weight:bold"/><apex:inputfield value="{!act.Name}" id="theCheckbox2"  /></td>
<td><apex:outputLabel value="Phone" for="theCheckbox3"/><apex:inputfield value="{!act.phone}" id="theCheckbox3" /></td>
<td><apex:outputLabel value="Phone" for="theCheckbox1"/><apex:inputfield value="{!act.phone}" id="theCheckbox1" /></td>
<td><apex:outputLabel value="AccountNumber" for="theCheckbox4" style="font-weight:bold"/><apex:inputfield value="{!act.AccountNumber}" id="theCheckbox4"  /></td>
</tr>


</table>
</apex:form>


</apex:page>

 
<apex:page controller="BasicForm">
 <style type="text/css">
       td{
       padding:0px 15px 15px 15px;
}
    </style>

<apex:form >
<table>



<tr>

<td><apex:outputLabel value="AccountNumber" for="theCheckbox2" style="font-weight:bold"/><apex:inputfield value="{!act.Name}" id="theCheckbox2"  /></td>
<td><apex:outputLabel value="Phone" for="theCheckbox3"/><apex:inputfield value="{!act.phone}" id="theCheckbox3" /></td>
<td><apex:outputLabel value="Phone" for="theCheckbox1"/><apex:inputfield value="{!act.phone}" id="theCheckbox1" /></td>
<td><apex:outputLabel value="AccountNumber" for="theCheckbox4" style="font-weight:bold"/><apex:inputfield value="{!act.AccountNumber}" id="theCheckbox4"  /></td>
</tr>


</table>
</apex:form>


</apex:page>

 
Hi Guys , 

We have requirment where we need to add Lightning componenet to Salesforce 1 iffline mode . please sugges whether its possible because i went through doc there they mentioned lightning page are not supported . what about componenet?