• venkatyadav
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 6
    Replies

hi

 

 

i have two object  A and B   a have num filed and B have number filed they have lookuprelationship

my scenario is

 

if enter any number in B the value must minus the A filed number

 

how i write trigger

 

 

i have two coustom objects example object A and  object B in object A i have two fields name and status
and in object B i have two fields name and fee
my questions is if i enter fee = 10000
status will be changed to closed
this my scenario i want trigger query

hi

 

 

i have two object  A and B   a have num filed and B have number filed they have lookuprelationship

my scenario is

 

if enter any number in B the value must minus the A filed number

 

how i write trigger

 

Hello,

 

We are currently sending our invoices on email based format only with a custom HTML template which is merged with the relevant opportunity. This invoices are sent automatically once the client pays.

 

Many times our clients ask for a PDF attachment for their records.

 

Unfortunately, I haven't found any way to setup a PDF in apex and attach it to the invoice.

 

Is there any way to do so with apex ?

 

I would appreciate any leads or ideas on how to proceed with this issue

 

Thanks a lot,

 

Eyal

 

 

  • February 27, 2012
  • Like
  • 0

 

i have two coustom objects example object A and  object B in object A i have two fields name and status
and in object B i have two fields name and fee
my questions is if i enter fee = 10000
status will be changed to closed
this my scenario i want trigger query