i would like that when i creat a new service activity, if it regards an existing case created for example, 08/04/2010, i have to set the scheduled start time of the service activity after 08/04/2010, else, a message will be pop-up. so ,can i realise this in form scripting , i dont konw how to get the entity of case regarded and its created data propety. thank you .
no, you cann't get it like that you have to reterive it using the crmservice using javascript. you have to reterive that attribute from teh incident entity.
Thanks, but how i can get the created date of the incident? crmForm.all.regardingobjectid[0].createdon? i'd like to compare this value to the scheduledstart
no, you cann't get it like that you have to reterive it using the crmservice using javascript. you have to reterive that attribute from teh incident entity.