• hanimi
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 10
    Questions
  • 8
    Replies

Hi All,

 

I created 7 steps Dynamic Approval process.For Email notification i configured "Approval Assignment Email Template" template ,this email template has different data for every step.

 

i am getting the following issue.

 

1) After user click Submit for approval ,submitter will getting the Email notificaion .

2) if request is approved at 1st step ,based on Criteria it will assign to 2nd step then 1st step assigned actor getting the email notification.

 

same thing will happen at all steps and also Rejection time also.

 

Any one Help on these issue???? it's urgent..

 

Thanks in Advance.

 

  • December 02, 2013
  • Like
  • 0

Hi All,

 

I created 7 steps Dynamic Approval process.For Email notification i configured "Approval Assignment Email Template" template ,this email template has different data for every step.

 

i am getting the following issue.

 

1) After user click Submit for approval ,submitter will getting the Email notificaion .

2) if request is approved at 1st step ,based on Criteria it will assign to 2nd step then 1st step assigned actor getting the email notification.

 

same thing will happen at all steps and also Rejection time also.

 

Any one Help on these issue???? it's urgent..

 

Thanks in Advance.

 

  • December 02, 2013
  • Like
  • 0

Hi,

 

Is there any duration limit for Approval Process History ? i want to show more than 2 years of Approval history  .

  • October 27, 2013
  • Like
  • 0

Hi,

 

 Assign Approver have ability to Attach attachments to Approval request .Howz it possible?

  • October 16, 2013
  • Like
  • 0

Hi, 

1)How to SSO b/w two customer portals?

2)Both portals belongs to Same Organization.

 

  • October 08, 2013
  • Like
  • 0

Hi,

 

I want to display Values from map in VF and also update the values.

 

Public void getListAnswerMap(){
AnswerMap =new Map<String,List<Answer__c>>();
for (Answer__c a : [Select Id,C__c,Review__r.Dealer__r.Name,NC__c,R__c,Comment__c,Question1__r.Name,Question1__r.Section__c,Question1__r.Source_Document__c,Question1__r.Resp_Party__c from Answer__c]) {
if(AnswerMap.containsKey(a.Question1__r.Section__c)){
AnswerMap.get(a.Question1__r.Section__c);
}
else{
AnswerMap.put(a.Question1__r.Section__c, new List<Answer__c>());

}
System.debug('List of answers'+AnswerMap.size());

}
planskey=AnswerMap.Keyset();
System.debug('size of keys'+planskey);
keyslist = new List<String>();
List<String> keyslistTemp = new List<String>();
keyLableMap = new Map<String, String>();
keyslistTemp.add('Security Perfected');
keyLableMap.put('Security Perfected', Label.Security_Perfected);
keyslistTemp.add('Security Information Properly Documented');
keyLableMap.put('Security Information Properly Documented', Label.Security_Information_Properly_Documented);
keyslistTemp.add('Documentation');
keyLableMap.put('Documentation', Label.Documentation);

for(String keyName:keyslistTemp){
if(planskey.contains(keyName)){
keyslist.add(keyName);
System.debug('List of keys'+keyslist);
}
}

}

  • September 29, 2013
  • Like
  • 0

Hi ,

 

I want to Display Images in Customer Portal from Custom object.

  • August 22, 2013
  • Like
  • 0

hi,

I am trying to display map values based on key in Visualforce page.

 

<apex:repeat value="{!ContractWrapperMap['Dental']}" var="c">
<apex:outputText value="{!c.Groupnum}"></apex:outputText>
</apex:repeat>

 

 

can anyone give solution.

 

Its urgent...

I want to Display Account Related Events and Tasks in Site.com.we are using High Volume Overage Licence.

 

Can Any one Help on these? Its Very Urgent...

 

 

 

Hi,

 

I want to display google map,whenever user click the link.

 

Location is customfield in Account.Want to display that location in Map.

 

Thanks & Regards,

Honey

  • April 15, 2013
  • Like
  • 0

Hi,

 

Is there any duration limit for Approval Process History ? i want to show more than 2 years of Approval history  .

  • October 27, 2013
  • Like
  • 0

Hi ,

 

I want to Display Images in Customer Portal from Custom object.

  • August 22, 2013
  • Like
  • 0

I want to Display Account Related Events and Tasks in Site.com.we are using High Volume Overage Licence.

 

Can Any one Help on these? Its Very Urgent...

 

 

 

Hi All, 

 I have following issues,

                    In Salesforce i enter SAP Account number ,to fetch the Account data from an external web service(SAP)and populate the result in my salesforce page.I create a contoller ,following error are occur

 

Error:

Error: Compile Error: Dependent class is invalid and needs recompilation:
sapComDocumentSapSoapFunctionsMcS: line 19, column 13: Method does not exist or incorrect signature: WebServiceCallout.invoke(sapComDocumentSapSoapFunctionsMcS.zsd_cust_det_webservice, sapComDocumentSapSoapFunctionsMcS.ZsdCustWebservDemo_element, MAP<String,sapComDocumentSapSoapFunctionsMcS.ZsdCustWebservDemoResponse_element>, LIST<String>) at line 6 column 72

 

this is my controller:

 

public class Temperature
{
String output;
public void recordReplicator()
{
sapComDocumentSapSoapFunctionsMcS.zsd_cust_det_webservice stub=new sapComDocumentSapSoapFunctionsMcS.zsd_cust_det_webservice();
String IvAcctNo;

output= stub.ZsdTCustDetZsdCustWebservDemo(IvAcctNo);

}
public String getOutput()
{
return output;
}

}

 

this my generated wsdl2apex class:

 

//Generated by wsdl2apex

public class sapComDocumentSapSoapFunctionsMcS {
public class zsd_cust_det_webservice {
public String endpoint_x = 'http://serverapp5.cssydney.local:8000/sap/bc/srt/rfc/sap/zsd_cust_det_webservice/100/zsd_cust_det_webservice/zsd_cust_det_webservice';
public Map<String,String> inputHttpHeaders_x;
public Map<String,String> outputHttpHeaders_x;
public String clientCertName_x;
public String clientCert_x;
public String clientCertPasswd_x;
public Integer timeout_x;
private String[] ns_map_type_info = new String[]{'urn:sap-com:document:sap:soap:functions:mc-style', 'sapComDocumentSapSoapFunctionsMcS', 'urn:sap-com:document:sap:rfc:functions', 'sapComDocumentSapRfcFunctions'};
public sapComDocumentSapSoapFunctionsMcS.ZsdTCustDet ZsdCustWebservDemo(String IvAcctNo) {
sapComDocumentSapSoapFunctionsMcS.ZsdCustWebservDemo_element request_x = new sapComDocumentSapSoapFunctionsMcS.ZsdCustWebservDemo_element();
sapComDocumentSapSoapFunctionsMcS.ZsdCustWebservDemoResponse_element response_x;
request_x.IvAcctNo = IvAcctNo;
Map<String, sapComDocumentSapSoapFunctionsMcS.ZsdCustWebservDemoResponse_element> response_map_x = new Map<String, sapComDocumentSapSoapFunctionsMcS.ZsdCustWebservDemoResponse_element>();
response_map_x.put('response_x', response_x);
WebServiceCallout.invoke(
this,
request_x,
response_map_x,
new String[]{endpoint_x,
'',
'urn:sap-com:document:sap:soap:functions:mc-style',
'ZsdCustWebservDemo',
'urn:sap-com:document:sap:soap:functions:mc-style',
'ZsdCustWebservDemoResponse',
'sapComDocumentSapSoapFunctionsMcS.ZsdCustWebservDemoResponse_element'}
);
response_x = response_map_x.get('response_x');
return response_x.EtAccDet;
}
}
public class ZsdCustWebservDemo_element {
public String IvAcctNo;
private String[] IvAcctNo_type_info = new String[]{'IvAcctNo','urn:sap-com:document:sap:rfc:functions','char10','1','1','false'};
private String[] apex_schema_type_info = new String[]{'urn:sap-com:document:sap:soap:functions:mc-style','false','true'};
private String[] field_order_type_info = new String[]{'IvAcctNo'};
}
public class ZsdSCustDet {
public String AcctNo;
public String SalesOrdNo;
public String PoNo;
public String PoDate;
public String NetVal;
public String Currency_x;
private String[] AcctNo_type_info = new String[]{'AcctNo','urn:sap-com:document:sap:rfc:functions','char10','1','1','false'};
private String[] SalesOrdNo_type_info = new String[]{'SalesOrdNo','urn:sap-com:document:sap:rfc:functions','char10','1','1','false'};
private String[] PoNo_type_info = new String[]{'PoNo','urn:sap-com:document:sap:rfc:functions','char20','1','1','false'};
private String[] PoDate_type_info = new String[]{'PoDate','urn:sap-com:document:sap:rfc:functions','date','1','1','false'};
private String[] NetVal_type_info = new String[]{'NetVal','urn:sap-com:document:sap:rfc:functions','curr15.2','1','1','false'};
private String[] Currency_x_type_info = new String[]{'Currency','urn:sap-com:document:sap:rfc:functions','cuky5','1','1','false'};
private String[] apex_schema_type_info = new String[]{'urn:sap-com:document:sap:soap:functions:mc-style','false','true'};
private String[] field_order_type_info = new String[]{'AcctNo','SalesOrdNo','PoNo','PoDate','NetVal','Currency_x'};
}
public class ZsdTCustDet {
public sapComDocumentSapSoapFunctionsMcS.ZsdSCustDet[] item;
private String[] item_type_info = new String[]{'item','urn:sap-com:document:sap:soap:functions:mc-style','ZsdSCustDet','0','-1','false'};
private String[] apex_schema_type_info = new String[]{'urn:sap-com:document:sap:soap:functions:mc-style','false','true'};
private String[] field_order_type_info = new String[]{'item'};
}
public class ZsdCustWebservDemoResponse_element {
public sapComDocumentSapSoapFunctionsMcS.ZsdTCustDet EtAccDet;
private String[] EtAccDet_type_info = new String[]{'EtAccDet','urn:sap-com:document:sap:soap:functions:mc-style','ZsdTCustDet','1','1','false'};
private String[] apex_schema_type_info = new String[]{'urn:sap-com:document:sap:soap:functions:mc-style','false','true'};
private String[] field_order_type_info = new String[]{'EtAccDet'};
}
}

 

Is my controller are correct plz any one tell me

I have 45,000 Records in Transaction Object.

I am running two 'group by' queries on Transaction Object.
Follwing are the queries.

Aggregations:0|select max(id) id1, Max(CnP_PaaS__CnP_Account_ID__c) ClickAndPledgeAccountName,Max(CnP_PaaS__CnPAccountID__c) ClickAndPledgeAccountId,Max(CnP_PaaS__Contact__r.Email) ContactEmail,CnP_PaaS__Contact__r.Name ContactName from CnP_PaaS__CnP_Transaction__c where id!=null and (CnP_PaaS__Application_Name__c=:appname or CnP_PaaS__Application_Name__c=null) and CnP_PaaS__TransactionTimeZone__c != Null Group by CnP_PaaS__Contact__r.Name


Rows:1256


Aggregations:0|select max(id) id1, Max(CnP_PaaS__CnP_Account_ID__c) ClickAndPledgeAccountName,Max(CnP_PaaS__CnPAccountID__c) ClickAndPledgeAccountId,Max(CnP_PaaS__Contact__r.Email) ContactEmail,CnP_PaaS__Contact__r.Name ContactName from CnP_PaaS__CnP_Transaction__c where id!=null and (CnP_PaaS__Application_Name__c=:appname or CnP_PaaS__Application_Name__c=null) and CnP_PaaS__TransactionTimeZone__c != Null Group by CnP_PaaS__Contact__r.Name limit 400


Rows:400

when i am running these queries i am getting an exception.

"Too many query rows: 50001"

So, What is the solution for this.

Hi,

 

        I'm having Date field in my contact object.I want to update that field at the end of the every month.For that i want to write apex schedular.To update that field.Here is the class and  i want use schedular to this class.

 

 

public class Dat{
public Date t=System.Today();


//public contact con{get;set;}
Public List<contact> conn{get;set;}
Public string day;

public Dat(){


Datetime myDate = datetime.newInstance(t.year(), t.month(), t.day());
day = myDate.format('MMM-yyyy');
con();
}
public void con(){
for(contact con:[select Date__c from contact])
{

con.Date__c=day;
conn.add(con);
}
Update conn;
}
}

 

 

 

 

Dear Salesforce Exports,

 

I am new to the salesforce,I am Implementing a new task.......

Having the Requriment ..

Roles:-

 

Projectmanager

projet Associate

professional developer

 

Project manager creates projects and tasks  he will assign these tasks to Project associate.

Project associate will assign the Tasks to professional developers.

Professional developers will complete the task in estimated time....

 

 

Can any one please help..How to implement this requriment......

 

thanks in advance......

 

 

 Regards,

Phani