cancel
Showing results for 
Search instead for 
Did you mean: 

How to Get Condition Rate of different Condition Type

abhishek_katti
Explorer
0 Kudos
93

Hi Experts,

We are in process of Upgrading CRM 4. to CRM 7. I converting old IPC routines to new.

In Old IPC I can access any condition rate or value Condition Value formula like below:

Cond_value =this.getConditionRate(prItem,"4A01");

Suppose I have Condition type ZFPR and want to access values of conditon 4A01 in it, How I can get this in IPC CRM 7., because if I use above code its giving getConditonRate method undefined. Which is standard methods to access given Condition types value or rate

Urgent Help required.

Regards,

Abhishek

Accepted Solutions (0)

Answers (2)

Answers (2)

abhishek_katti
Explorer
0 Kudos

Resolved by reading all condition types in loop and accessing values for the same.

Former Member
0 Kudos

Hello Abhishek

Why dont you check the API documentation for the Object you are using to call the method?

I know that the above suggestion is not a direct solution to your issue, but at least this investigation on API in CRM 7.0 would help you even later.

Regards, Vishal