Hi,
update companyimage
set
companyimage.Image = companyimageA.Image
from
( select Image from companyimage where dataAreaid = 'USFM' and imagetype = 1) as companyimageA
where
dataAreaid != 'USFM' and imagetype = 1
Regards
The purpose of this blog is for knowledge sharing and connect the relevant audience who are all into Microsoft Dynamics world.
Hi,
update companyimage
set
companyimage.Image = companyimageA.Image
from
( select Image from companyimage where dataAreaid = 'USFM' and imagetype = 1) as companyimageA
where
dataAreaid != 'USFM' and imagetype = 1
Regards
Hi,
update TableA
set TableA.Image = TableB.Image from ( select Image from TableA where dataAreaid = 'USMF' and imagetype = 1) as TableB
where dataAreaid = 'USF1' and imagetype = 1
Regards,
Hi,
VendInvoiceHeaderWorkflow::submitToWorkflow(VendInvoiceInfoTable::find(541879755462212), "Submitted by Integration");
Regards,
Hi, update companyimage set companyimage.Image = companyimageA.Image from ( select Image from companyimage where dataAreaid = 'USF...