The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Activity-All Open View
Posted: 30 Apr 09 7:24 AM
|
Hi
I am unable to see open activites in all open activity view on web portal.Records are there in database.Can anyone suggest me some solution on this.
Regards Astha |
|
|
|
Re: Activity-All Open View
Posted: 30 Apr 09 7:34 AM
|
Hi,
I think there is a bug on this screen - I am currently investigating the cause, and will be logging as a potential defect shortly.
Cheers,
Nick |
|
|
|
Re: Activity-All Open View
Posted: 30 Apr 09 3:45 PM
|
I am also having similar kind of problem, it shows error like 'totalrecords' is not an object or it has null value. |
|
|
|
Re: Activity-All Open View
Posted: 30 Apr 09 4:24 PM
|
We are having the same issue. We are working with tech support and if we find an answer we will be sure to share.
Timmus |
|
|
|
Re: Activity-All Open View
Posted: 30 Apr 09 11:09 PM
|
Hi
well i can see records in all open activity view in case I use saleslogix_eval database but it is not working with my production database.Facing same problem as you all are facing.
Cheers Astha... |
|
|
|
Re: Activity-All Open View
Posted: 01 May 09 3:12 AM
|
Originally posted by Venkatesh
I am also having similar kind of problem, it shows error like 'totalrecords' is not a object or it has null value. |
|
Yes thats the one - its very hard to pin point. If I truncate all activities and add new ones through the client and they show fine. Even if I truncate all but 10 of the existing records it doesnt work...
Anyway, Sage are looking into it  |
|
|
|
Re: Activity-All Open View
Posted: 01 May 09 5:33 AM
|
I've had some success with the following, but would like to know if it helps in all cases. I was getting the error :
'totalrecords' is not a object or it has null value
UPDATE sysdba.ACTIVITY SET TIMELESS = 'F' WHERE (timeless IS NULL)
UPDATE sysdba.ACTIVITY SET recurring = 'F' WHERE (recurring IS NULL)
UPDATE sysdba.ACTIVITY SET rollover = 'F' WHERE (rollover IS NULL)
Greg
|
|
|
|
Re: Activity-All Open View
Posted: 03 May 09 11:35 PM
|
Hi greg
Thanks greg the solution u gave worked in my case also
Thanks again
Cheers Astha |
|
|
|
Re: Activity-All Open View
Posted: 04 May 09 9:13 AM
|
Hi Greg,
Great Thanks! Tried those statements and it worked in my case. What is not always correct is the count after the users, but this might be related to something else.
Thanks |
|
|
| |
|
Re: Activity-All Open View
Posted: 06 May 09 9:17 AM
|
Originally posted by Venkatesh
Timmus,
Did Sage Tech Support gave any solution for this problem? |
|
|
|
|
|
Re: Activity-All Open View
Posted: 06 May 09 9:17 AM
|
Originally posted by Venkatesh
Timmus,
Did Sage Tech Support gave any solution for this problem? |
|
|
|
|
|
Re: Activity-All Open View
Posted: 08 Jun 09 3:54 AM
|
Hi,
We have the same pbl in the Activity list but also in the Opportunities and Contacts lists !!! Does anyone have a solution?
Thanks Charles
|
|
|
|
Re: Activity-All Open View
Posted: 08 Jun 09 11:36 AM
|
Hi again,
Problem solved. In the administrator, you have to put all fields to "visible" for the concerned entity. |
|
|
|