• Anshuman Parhi
  • NEWBIE
  • 90 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 24
    Questions
  • 6
    Replies
While create account record,opportunity record will get create automatically using trigger
Incompatible types since an instance of List<SObject> is never an instance of List<Account> ----- What does it mean ?

how to implement this.
any solution
Send email alert when record gets rejected with the rejection comments.


any solution
How to create  dynamic approval
When a login user updating the record and if the owner of this record and logged in user are same dont send email to any owner if the lodes in user and owner are different the send email tro owner.

any solution for this....thanks in advance
Based on the location of the user, send record for approval

any solution for this
make a field as mandatory on the creation of record and the validation rule is only for IT Staff profile user.

any solution.
make the field as mandatory while the udation of the record .

Hello Expert,
any solution for this admin requirement
Client wants only upto 10 records to be created on the Account object daily. Write code which will run every 15 minutes. It will check for Account object records created in last 24 hour period (12 am to 12 pm).  If the count exceeds 10, delete the additional records. Counter will reset at 12 am to 0.
Create a record for custom object via incoming email. End user will send email to salesforce, salesforce should understand incoming new email and should create new record. Once record gets created send email to end user to inform him your record has created.  If that end user reply back to that email it should not create new record.

any solution for this kind of requirement
Calculate working hours of  user/owner for perticular record.


How to create this.....any solution
how to create....
Deployment of application


Any solution for this
how to create,,,
Automatic approval of records
Create single approval process for below conditions: Custom object : there is one lookup of user 

any solution for this
  1. Create custom object ‘Complaints’ with appropriate fields. It will have ‘Response Date’ field (Date/time). It will also have ‘Priority’ field (Picklist). Write a code which will auto-update Response Date field based on Priority using following mapping:             
 
PriorityResponse Date
CriticalCreation Date + 6 Business Hours
HighCreation Date + 2 Business Days
MediumCreation Date + 5 Business Days
LowCreation Date + 10 Business Days

[Response Date cannot include Saturday/ Sunday in calculation as they are not business days]

Any solution for this..
Create custom object ‘Accounts Delete Log’ with fields:  Deleted Account Name, Account Deleted Date, Account Deleted Time. When any record from Account object is deleted, its name & deletion date/ time should be saved in this ‘Accounts Delete Log’ object
Create Three Objects (A, B, C). Object 'C' will be the junction object. Create status field on object 'A' and 'B' (note:- Status:New Open Closed).
Write trigger to update status field of all related records.whenever there is change in status of record on either object(A,B).   

Any help for this....
  1. Create custom object ‘Complaints’ with appropriate fields. It will have ‘Response Date’ field (Date/time). It will also have ‘Priority’ field (Picklist). Write a code which will auto-update Response Date field based on Priority using following mapping:             
 
PriorityResponse Date
CriticalCreation Date + 6 Business Hours
HighCreation Date + 2 Business Days
MediumCreation Date + 5 Business Days
LowCreation Date + 10 Business Days

[Response Date cannot include Saturday/ Sunday in calculation as they are not business days]

Any solution for this..
Calculate working hours of  user/owner for perticular record.


How to create this.....any solution
Create single approval process for below conditions: Custom object : there is one lookup of user 

any solution for this
Create Three Objects (A, B, C). Object 'C' will be the junction object. Create status field on object 'A' and 'B' (note:- Status:New Open Closed).
Write trigger to update status field of all related records.whenever there is change in status of record on either object(A,B).   

Any help for this....
Hello guys

I am having one scenario , when i will create a new contact record then one checkbox(custom field)  should get checked automatically which is  present in same contact object.

If I get any help then it will be really helpful.