cancel
Showing results for 
Search instead for 
Did you mean: 

What is the property of Predicted Closing in Sales Opportunity?

Former Member
0 Kudos

Hi all experts,

I want to add value to Predicted Closing In in Sales Opportunity by using SDK.

I have declare the sales opportunity object for add. but what the problem is that i'm not found the property for Predicted Closing In.

Does anybody know about it?

Thanks

Kanha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kanha

The Predicted Closing In is used to calculate the Predicted Closing Date in the system, but it is not supported in the DI API, you can use the PredictedClosingDate member to add the actual date. You can also specify the ClosingType which is days/weeks/months. In the system the Predicted Closing In will be calculated using these 2 fields.

Hope this helps

Kind regards

Peter Juby

Answers (1)

Answers (1)

Former Member
0 Kudos

You can do this as following example...

Dim oDoc As SAPbobsCOM.SalesOpportunities

......................

........................

  oDoc.PredictedClosingDate = "2012-11-20"