• rohit kumar 565
  • NEWBIE
  • -2 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 4
    Replies
お世話になります。

Visualforceページにてローカルにあるファイルを選択し、
Salesforceのレコードに添付ファイルとしてアップロードする
という処理を実装したいのですが、
標準のApexタグでは1つの部品で1ファイルしかアップロードできないでしょうか?

「CTRL」を押下して複数のファイルを選択し、
一括でアップロードする方法はないのでしょうか?
Hi All,
    We have Desktop and Mobile enabled application. We are using standard Quote object and enabled with Approval process. When user logs in to approve any Quotes, they need to navigate multiple screen to see the related Quote Line Item. We would like to show the Quote Line Items in very first screen where the user navigate to the Quote Approval screen from the mobile notification screen (in below screen).Reference
    
Hi Friends,

I need some accurate solution in date format, i think it's easy to salesforce developer . but i am new to salesforce .

I dispalyed  the date format like below 

 <apex:outputtext value="{0, date, medium}">
        <apex:param value="{!Inspection_Sheet__c.Date__c}"></apex:param>
    </apex:outputtext>

Output Is : Oct 21,2016

But I need a output like this --> 21st Oct 2016

Can Anyone help to me ASAP. 

I will be appreciate if you are come with the best solution .

Many Thanks In advance !!

Regards ,

SOUNDAR ,

+91-7418425418.
I want to record all my call logs on my android smartphone in my salesforce org. on a daily basis. Do i need to create a native android app for that ? What are the requrements to implement such functionality ?