", "#chr(10)#", "ALL")>
| #HTMLEditFormat(opportunityDescription)# |
#newUpdateDate# #HTMLEditFormat(entry)#
insert into tbl_SPL_Opportunity_StageChanges
( opportunityId, previousStageId, newStageId, changeDateTime, fspro_userid, ipaddress, event, message )
values( ,
,
,
,
0,
,
'changed',
)
#newUpdateDate# #len(bufferToWrite)# #HTMLEditFormat(bufferToWrite)#
insert into tbl_SPL_Opportunity_StageChanges
( opportunityId, previousStageId, newStageId, changeDateTime, fspro_userid, ipaddress, event, message )
values(
,
,
,
,
0,
,
'changed',
)
update tbl_SPL_Opportunities
set opportunityDescription =
where opportunityId =
|