• Puja khetan
  • NEWBIE
  • 40 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 21
    Questions
  • 3
    Replies
Hi ,I am creating task in flow and on that task I need to assign Assign to ID =one of fixed user ID(It is not logged in) User ID ,can you please advise How i can put this value.
I dont want to directly put ID field value as it would not be as per standard 
My Org is Planning to purchase an Eienstein sales cloud license.
so from lightning sync ,we will move to Einstein Activity capture .

My Query is below :
  • I have had already connected microsoft office connection with salesforce during Ourlook integration now again I need to setup this connection for eienstein Activity capture and need to work with my outlook Admin team ?
  • if my org is not using Mobile yet more ,still i need to enable Eienstein Inbox ?
Experts 
can you please guide me difference between 
Linkedn GEN form and
Linkedn  Sales Navigator?
 
Experts,
i am lookimg some guidelines for Salesforce to trackwise integration for quality purpose for complaint managemnet.
trackwise seems QMS tool where all CAPA can be managed .
any one have any more detail on this request .
Much appreciated if you can help
trying to write apex class .
when i am creating it as new apex class ,it is throwing so many error like from is invalid 
like is invalid

same code when i am running on anonumous window ,it is running fine 

public class tes
{
 List<Account> acc = new  List<Account>();
 
acc = [SELECT id, Name from Account where Name like '%Test%' ];
for (Account acc1 : acc)
    system.debug(acc1.name);
}

some one please help
experts ,
for linkdn lead generation ,
I need one member account and that user should have access on Linkdn .
for production live perspective.
what user we should use 
any recommendation ?  as i think ,we should not personal email address for live instances 
Experts ,
right now we are planning to develop site in salesforce and give user attachment functionality on lightning .
do you think we have any way to provide attachment functionanlity on VF page ?
is yes then how ?
most preferable if can get any option without custom controller on VF page ?

if only option by custom controller then how ?
i have plan to create new site using salesforce site functionality ,
site will refer visual force page .

now further this site is going to be available on publically on internet ,i have plan to stop it using user id ,pwd by LDAP 

on my company like already we are using LDAP that means multiple application get opned by single company user name and pwd .possible to include this site under that LDAP only ? so that only my company people can use that 
i have to develop one site where i have to give choices to users like if user choose yes then 5 fields get displayed and if user sepects No then seprate 7 fields get displayed .

i have plan to develop this site on salesforce using visualforce page and host there only ,
can some one help if i it cpossible to make choices like that on visual force page ?
 
Experts ,

can some one please tell me exact different between site generated by Web to case functionality ,that is HTML file 
VS
site created by using Site functionalit using Visualforce page .

like i have to use Case object ,now i can go both way but i would like understand exact difference .

my requirement is one set of users who are in salesforce would like to use this site .

Another set of user dont have salesforce License ,they want to use this site ,

Please guide 
I wanted to start using web to case module for one of project so wanted to enquiry about below .
  • We can generate automatica site by hTML generator feature in salesforce ,like I saved my file as save.html then when i opened it ,i was able to access this site ,now do we have to restister any where this site before giving to customer for using ?
  • if customer is having already existing site from there if i need to start using web to case functionaity ,what process i can follow ,please confirm 
Experts ,
I am trying to execute below formula but it is thowing syntax error.
can you please help me to undertstand ,what this formula is doing also correct syntax error ?

case(mod( today()  - DATE(1985,6,24),7),
6, if( ActivityDate - today() >=-1, 1,  if( today() -  ActivityDate >=9, 0),
0, if( ActivityDate - today() >=0, 1,  if( today() -  ActivityDate >=6, 0),
1, if( ActivityDate - today() >=-1, 1,  if( today() -  ActivityDate >=9, 0),
2, if( ActivityDate - today() >=-1, 1,  if( today() -  ActivityDate >=9, 0),
3, if( ActivityDate - today() >=-1, 1,  if( today() -  ActivityDate >=9, 0),
4, if( ActivityDate - today() >=-1, 1,  if( today() -  ActivityDate >=9, 0),
5, if( ActivityDate - today() >=-1, 1,  if( today() -  ActivityDate >=9, 0))

 
Experts ,
my intance is currently on classic and using Salesforce for Outlook .
we have enables sync setting as well using outlook configuration button on setup .

now planning to move on lightning .
can some guide all steps which required for moving from SFO to LFO .
also is this possible to use LFO even you are not on lightning .
what all benifits we will get after moving to LFO
user dont have edit access on locked record and i want them to allow to update field value on apex ,some one guide how it is possible .
I have custome object on which i wanted to give Cancel   functionality to users .plan is to do using flow and apex .

on my custom object there is approval process as well .

my plan is 
if record status field value is New then simply i can change status to cancelled .

if record is submitted for approval ,in this case ,i am using lock check box ,which is checking if my recod is locked so in this case i have to call apex class that apex class need to delete this record queue from approval process queue .
as if simply i will change status to cancelled on this case as well then approval will still seeing this record is pending for their approval and they can approve .

so some one can help me apex code ? which simple will delete this record entry from approval queue ?
experts ,
I have two date time field values 

submitted date =date time
released date=date time
total time field is formula return type is number .

for total time i have put like below 
released date - submitted date 

now result is showing only on days .
i want result should show days ,hours ,minutes 

can some one guide if we can do ?
like result is showing 27.56 days 
i want it to be 27 days 12 hours and 86 minutes something like this
 
Experts,
currently for help text limit is 255 character ,
can some one please guide how we can increase limit using visualforce page ?
i am new to visualforce page so very helpfull if you can guide on elobarated way 
I am trying to record  first time submitted time in approval process .
created field "first time submitted" and added it as field update during submit action .
now issue is ,when request rejcted and starting again from first step during resubmittion  ,first time submitted time as well updated as it is storing resubmitted time however i want ,it should consider "first submitted time"

Please advise.
All 
please help on this one .
i have approval process on custom object which is multi step ,some case approvers are queues/user case by case .
now business is looking after 24 hours if approvers has not approved then need to send reminder please guide 
if this should go by development then how 
All ,my requirement is on event object .
when any event is created 
Subject should be Account name + subject name .
I tried using process builder ,on process builder that is working in case of single event however in case of recurrence event ,on child events ,account names are getting duplicated so some once can help for any other solution is respective of Development ?
 
Experts ,
my intance is currently on classic and using Salesforce for Outlook .
we have enables sync setting as well using outlook configuration button on setup .

now planning to move on lightning .
can some guide all steps which required for moving from SFO to LFO .
also is this possible to use LFO even you are not on lightning .
what all benifits we will get after moving to LFO
experts ,
I have two date time field values 

submitted date =date time
released date=date time
total time field is formula return type is number .

for total time i have put like below 
released date - submitted date 

now result is showing only on days .
i want result should show days ,hours ,minutes 

can some one guide if we can do ?
like result is showing 27.56 days 
i want it to be 27 days 12 hours and 86 minutes something like this
 
All 
please help on this one .
i have approval process on custom object which is multi step ,some case approvers are queues/user case by case .
now business is looking after 24 hours if approvers has not approved then need to send reminder please guide 
if this should go by development then how