05-21-2012, 05:02 PM
(This post was last modified: 05-21-2012, 05:04 PM by rjkmr.aiht.)
hi
this is my URL which i got from getroproperty
https://cs11.salesforce.com/00QZ0000001J1zV when its fetched i need to split the last 15 characters after.com/
so any one please tell me that code for spliting
a=leadIDtable.GetROProperty("url")
'''' msgbox a
''''
'''' b=right(a,15)
'''' msgbox b
'''' datatable.Value("ID","IDlead")=b
this is my URL which i got from getroproperty
https://cs11.salesforce.com/00QZ0000001J1zV when its fetched i need to split the last 15 characters after.com/
so any one please tell me that code for spliting
a=leadIDtable.GetROProperty("url")
'''' msgbox a
''''
'''' b=right(a,15)
'''' msgbox b
'''' datatable.Value("ID","IDlead")=b