• Ramprasath Subramaniam 17
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
HI,
I am new to Salesforce Devlopment and would appricate your help.

I have two custom objects, 
1. Commission line
2. Commission rate

commission rate object captures,
cateogory, commission rate, startdate, enddate.

I would like to populate "Rate" field in "commission line" object, based on the "category" field value in "Commission line" object.

for e.g. when Commission_line.Category =  hardware AND Commission_line.CloseDate field = 04/15/21

Comission rate object
CategoryRatesStart periodEnd period
hardware2.51/1/202112/31/2021
Software41/1/202112/31/2021
SMA31/1/202112/31/2021
hardware2.51/1/202212/31/2022

based on "Commission_line.Category"  and "Commission_line.closedate", I want to poulate the Commission_line.rate from the Rate value form the Commmission rate object. 
in this case, rate =  2.5. category falls within the date range
 
 
HI,
I am new to Salesforce Devlopment and would appricate your help.

I have two custom objects, 
1. Commission line
2. Commission rate

commission rate object captures,
cateogory, commission rate, startdate, enddate.

I would like to populate "Rate" field in "commission line" object, based on the "category" field value in "Commission line" object.

for e.g. when Commission_line.Category =  hardware AND Commission_line.CloseDate field = 04/15/21

Comission rate object
CategoryRatesStart periodEnd period
hardware2.51/1/202112/31/2021
Software41/1/202112/31/2021
SMA31/1/202112/31/2021
hardware2.51/1/202212/31/2022

based on "Commission_line.Category"  and "Commission_line.closedate", I want to poulate the Commission_line.rate from the Rate value form the Commmission rate object. 
in this case, rate =  2.5. category falls within the date range