Viewing 15 posts - 1 through 15 (of 32 total)
the system is not designed to do that so i have to go this route.. I didnt not write the source code
October 4, 2018 at 8:30 am
I can however i need to do this in order to log actions when the stage in O_Stage changes.. As the actions are not noted when the stage in the...
October 4, 2018 at 8:05 am
i Basically need to check to see if a value already exists and if it does, then delete old value and insert new value
October 4, 2018 at 4:01 am
Here is my trigger: With actual table names (above was only an example of logic)
alter TRIGGER [dbo].[TRIGGER_STAGE_INSERT]
ON [dbo].[AMGR_Opportunity_Tbl]
...
October 4, 2018 at 2:40 am
Thank you for this. One last question - wouldnt it be easier to do this via a SP or Trigger?
February 20, 2018 at 11:03 pm
I figured it out thanks - with a union all clause
December 12, 2017 at 12:39 am
Thanks Sue. it works perfectly.
If i now want to calculate the closing balance, that will be the opening balance + all in progress deals done in current month.. Can...
December 11, 2017 at 12:11 pm
December 11, 2017 at 4:16 am
Is there ever likely to be more than onerow at a...
October 16, 2017 at 8:06 am
what i am trying now is to break it up - to first see if i can generate... |
October 16, 2017 at 6:38 am
October 16, 2017 at 2:33 am
Yes, i need to insert into the user fields table where the type_id is 127 - the field name is Quoteno.
So basically when the new opportunitiy is created and...
October 16, 2017 at 2:30 am
The trigger needs to be put on the Opportunities...
October 16, 2017 at 2:10 am
okay - here is what i need..
The trigger needs to be put on the Opportunities table, and then insert into the user fields table once the number has...
October 16, 2017 at 2:08 am
Viewing 15 posts - 1 through 15 (of 32 total)