• Chinmay Golegaonkar
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Hi all,

I am trying to get datetime picker in html input element on my vf page but i am getting below error:
Uncaught TypeError: Cannot read property 'addEventListener' of null
Uncaught TypeError: Cannot read property 'currentStyle' of null


Because of this i am not able to get date time picker.
can anyone help me in resolving this issue
We have a very interesting and a challenging requirement from one of our clients, following is the scenario:

Consider there is a customer Cust-A.
Cust-A can refer one or more customers. Say, Cust-A refers Cust-B and Cust-C.
Further Cust-B and Cust-C can refer one or more customers.
This chain of referal can go upto any level.

Now, on each customer record we want to calculate total number of refered customers in the entire chain below that customer.

Has anyone come accross such a scenario or have any suggestion on how this can be implemented.

All suggestions are welcome and appriciated.

Thanks,
Vijay