Re: Update field in Entity A when Entity B is saved by Sam
Sam
Wed Mar 28 03:17:16 CDT 2007
Hi quest
One way of doing this is by using callouts. You can write an Update callout
for Entity. Within this you can create athe object of Entity A and update it
as required.
Hope this helps!
Sam
_______________
Inogic
Innovative Logic
Innovative solutions for your SME ERP/CRM products
E-mail: crm@inogic.com
Web: www.inogic.com
--------------------------
"quest765" <quest765@discussions.microsoft.com> wrote in message
news:B2A2C8E2-EBAA-4C98-99C8-BEDFD8758442@microsoft.com...
> Hi
> I have created two custom entities and I would like to be able to do the
> following:
> When a date is added to a field on Entity B and Entity B is then saved I
> want to update a date field on Entity A (with the date that was entered on
> Entity B plus a year)
>
> Is this possible?
>
> Thanks