function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MayankAdmMayankAdm 

create case automatically

Hi all,

We are using profesional edition and also we have workflow rule in our licence and we have a requirement to create a case automatically if warranty date is less than 60 ..... so here no controller and no trigger than how i can tackle this problem with the help of assignement rule ,workflow or any other techinique 

Plz help me out 

Thanks

 

 

 

IspitaIspita

Through WorkFlow Rule we can update fields and not create any record.

I think you will need a trigger to code your requirement.

Though try this in a developer org create the trigger and package it and then install in your professial edition , not sure if it will work but do try it.

Hope it helps....

MayankAdmMayankAdm

Hi Ispita,

I tried ur solution but package is not installed in profesional edition because there is no trigger component

Please give me another solution

 

Thanks

MayankAdmMayankAdm

Hi,

I got the solution to do this task we need to create outbound message there we call a .net application but I dont have any idea in .net if some body have code which is developed in .net to creating  a case than please share with me

 

Thanks