Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

microsoft.public.crm.developer | Forum profile

Forum profile page for microsoft.public.crm.developer on http://www.microsoft.com/communities/newsgroups.... This report page is the aggregated overview from a single forum: microsoft.public.crm.developer, located on the Message Board at http://www.microsoft.com/communities/newsgroups.... This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "microsoft.public.crm.developer" on the Message Board at http://www.microsoft.com/communities/newsgroups... is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Discussions in microsoft.public.crm.developer - microsoft.public.crm.developer (site profile, domain info microsoft.com)
Title: microsoft.public.crm.developer
Url: http://www.microsoft.com/communities/newsgroups...
Users activity: 14 post per thread
Forum activity: 26 active threads during last week
 

Posting activity on microsoft.public.crm.developer:

  Week Month 3 Months
Threads: 26 90 269
Post: 39 120 372
 

microsoft.public.crm.developer Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
James
3
user's latest post:
custom workflows and...
Published (2009-11-05 20:52:00)
  Don't you like it when someone is able to solve their own problem? In this case, changing the user associated with the CRM Asynch service did the trick. It was Network Service. I changed it to local account. Now it works. What impact that's going to have on the rest of the system, I'm not sure. I mean, is this considered a best practice? "James" wrote: > That would be ideal, sure. But I see...
rakesh
3
user's latest post:
URGENT!! Completing multiple...
Published (2009-11-11 01:55:00)
  On Nov 10, 9:45?pm, Flavio Araujo <Flavio Ara...@discussions.microsoft.com> wrote: > Porque voc? n?o faz uma aplica?o em .Net chamando o webservice e atualizando > registro a registro que est? na sua campanha. > Pode fazer aplica?o em .net e chamar ela por javascript no event do bot?o > salvar. > Pode at? mesmo criar um bot?o novo para fazer isso. > > Att, >...
unknown
3
user's latest post:
How to disable the whole section...
Published (2009-11-12 19:48:00)
   
Flavio Araujo
2
user's latest post:
Hide Activate/Deactivate ? in...
Published (2009-11-10 08:51:00)
  Darrenm , Voc? pode ativar ou desativar linha por linha , ou pode esconder todos os objetos de uma sess?o. Exemplo para esconder varios objetos dentro de uma sess?o. HideSection( 0 , 13 , "none" ); // tabs and section are zero based function HideSection( tabIndex , sectionIndex , displayType ) { var tab2Hide = document.getElementById( "tab" + tabIndex ); tab2Hide.childNodes[0].rows[ sectionIndex...
Patrik Vogel
2
user's latest post:
security programmatically share...
Published (2009-11-12 06:36:00)
  believe I found, what I was looking for http://msdn.microsoft.com/en-us/library/bb959430.aspx GrantAccess Message (CrmService) "Patrik Vogel" <spam_no_spam@bluewin.ch> schrieb im Newsbeitrag news:%23XL90N5YKHA.1592@TK2MSFTNGP06.phx.gbl... > 99,9% of all accounts and contacts and its related data should be visible > to any crm user. > > We have an entity X subordinate to...
henry tan
2
user's latest post:
stack overflow at line:0 MSCRM...
Published (2009-11-11 23:10:00)
  Hi, I also have the same problem but in different case. Here is how to regenerate the error javascript message: 1. Create new fax record. Subject is mandatory field but leave it blank. 2. Type something in Fax Number. 3. Tab away to [Notes] and click any of the Save button. You should see the message box prompted with message: Stack overflow at line:0 follow by the mandatory field alert message box. This apply to all CRM form when...
Jim
2
user's latest post:
Sitemap - CRM 3 in...
Published (2009-11-11 11:08:00)
  Resolved issue. Use http://CRMDEV/tools/systemcustomization/ImportCustomizations/importCustomizations.aspx to import the copy of the original file. Thanks for the help :) -- Jim The brain is a wonderful organ; it starts working the moment you get up in the morning and does not stop until you get into the office. "Jim" wrote: > Have a bad feeling about this: > > Was adding a new area to the...
Ahmed Samir
1
user's latest post:
How to add alternative...
Published (2009-11-04 06:08:00)
  Dears , Good day Is it possible to add alternative calender like Arabic calender (Hijri) ???? we try to set a globalization settings in CRM web.config but nothing work so please need your help.  
tesddalws
1
user's latest post:
54 Hosting Web www.ivys.es in...
Published (2009-11-04 09:43:00)
  Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting Web www.Ivys.es Hosting Linux Web www.ivys.es Hosting Linux Web www.ivys.es Hosting Linux Web www.ivys.es Hosting Linux Web www.ivys.es Hosting Linux Web www.ivys.es Hosting Linux Web www.ivys.es Hosting Linux Web www.ivys.es Hosting Linux Web www.ivys.es...
Gaurav
1
user's latest post:
Axapta Development Strategy in...
Published (2009-11-04 02:21:00)
  We are in a process to finalize the offshore development strategy for our project. We are using TFS as version control tool. Strategy 1: we have a common server having AOS, Application Files, database, Developers (7-10) install Axapta Client on their machine and connect to the server and start development. The application files on the server are version controlled through TFS. Strategy 2: all developers install AOS, database,...
 

Latest active threads on microsoft.public.crm.developer::

Discussions in microsoft.public.crm.developer
Started 3 days, 1 hour ago (2009-11-12 20:26:00)  by Kyaw Kyaw Tun
var section = crmForm.all.new_attribute_c.parentElement.parentEl ement.parentElement; for (i = 0; i < section.all.length; i++) { section.all[i].Disabled = true; } You can put any attribute under the section you want to hide. Kyaw Kyaw Tun www.pulsesync.com Demeilliez Frederic ...
Thread:  Show this thread (2 posts)   Thread info: How to disable the whole section in microsoft.public.crm.developer Size: 8,592 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to disable the whole section in microsoft.public.crm.developer :: microsoft.public.crm.developer :: Discussions in microsoft.public.crm.developer"
Discussions in microsoft.public.crm.developer
Started 3 days, 14 hours ago (2009-11-12 06:36:00)  by Patrik Vogel
believe I found, what I was looking for http://msdn.microsoft.com/en-us/library/bb959430.a spx GrantAccess Message (CrmService) "Patrik Vogel" <spam_no_spam@bluewin.ch> schrieb im Newsbeitrag news:%23XL90N5YKHA.1592@TK2MSFTNGP06.phx.gbl... > 99,9% of all accounts and contacts and its related data should be visible >...
Thread:  Show this thread (2 posts)   Thread info: security programmatically share ... to team in
microsoft.public.crm.developer Size: 2,659 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: security programmatically share ... to team in
microsoft.public.crm.developer :: microsoft.public.crm.developer :: Discussions in microsoft.public.crm.developer"
Discussions in microsoft.public.crm.developer
Started 3 days, 22 hours ago (2009-11-11 23:10:00)  by henry tan
Hi, I also have the same problem but in different case. Here is how to regenerate the error javascript message: 1. Create new fax record. Subject is mandatory field but leave it blank. 2. Type something in Fax Number. 3. Tab away to [Notes] and click any of the Save button. You should see the message box prompted with message: ...
Thread:  Show this thread (3 posts)   Thread info: stack overflow at line:0 MSCRM bugs? in microsoft.public.crm.developer Size: 3,655 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: stack overflow at line:0 MSCRM bugs? in microsoft.public.crm.developer :: microsoft.public.crm.developer :: Discussions in microsoft.public.crm.developer"
Discussions in microsoft.public.crm.developer
Started 4 days, 10 hours ago (2009-11-11 11:08:00)  by Jim
Resolved issue. Use http://CRMDEV/tools/systemcustomization/ImportCust omizations/importCustomizations.aspx to import the copy of the original file. Thanks for the help :) -- Jim The brain is a wonderful organ; it starts working the moment you get up in the morning and does not stop until you get ...
Thread:  Show this thread (2 posts)   Thread info: Sitemap - CRM 3 in microsoft.public.crm.developer Size: 1,631 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Sitemap - CRM 3 in microsoft.public.crm.developer :: microsoft.public.crm.developer :: Discussions in microsoft.public.crm.developer"
Discussions in microsoft.public.crm.developer
Started 5 days, 12 hours ago (2009-11-10 08:44:00)  by Flavio Araujo
Porque você não faz uma aplicação em .Net chamando o webservice e atualizando registro a registro que está na sua campanha. Pode fazer aplicação em .net e chamar ela por javascript no event do botão salvar. Pode até mesmo criar um botão novo para fazer isso. Att, Flávio G. Araujo "Faiz Amir" wrote:...
Thread:  Show this thread (4 posts)   Thread info: URGENT!! Completing multiple tasks at once in
microsoft.public.crm.developer Size: 1,144 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: URGENT!! Completing multiple tasks at once in
microsoft.public.crm.developer :: microsoft.public.crm.developer :: Discussions in microsoft.public.crm.developer"
 

Hot threads for last week on microsoft.public.crm.developer::

microsoft.public.crm.developer
Started 5 days, 12 hours ago (2009-11-10 08:44:00)  by Flavio Araujo
Porque você não faz uma aplicação em .Net chamando o webservice e atualizando registro a registro que está na sua campanha. Pode fazer aplicação em .net e chamar ela por javascript no event do botão salvar. Pode até mesmo criar um botão novo para fazer isso. Att, Flávio G. Araujo "Faiz Amir" wrote:...
Thread:  Show this thread (4 posts)   Thread info: URGENT!! Completing multiple tasks at once in
microsoft.public.crm.developer Size: 1,144 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: URGENT!! Completing multiple tasks at once in
microsoft.public.crm.developer :: microsoft.public.crm.developer :: Discussions in microsoft.public.crm.developer"
microsoft.public.crm.developer
Started 5 days, 15 hours ago (2009-11-10 06:17:00)  by Mira Fahmy
Dear, You can use the below javascript to hide the Deactivate link from the account "Actions" menu: 1. open the C:\Inetpub\wwwroot\SFA\accts\edit.aspx 2. add the below script to the bottom of the page <script language="javascript"> document.getElementById('mn uaction').removeChild(document.getElementById('_.. .
Thread:  Show this thread (3 posts)   Thread info: Hide Activate/Deactivate ? in microsoft.public.crm.developer Size: 1,508 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Hide Activate/Deactivate ? in microsoft.public.crm.developer :: microsoft.public.crm.developer :: Discussions in microsoft.public.crm.developer"
microsoft.public.crm.developer
Started 3 days, 22 hours ago (2009-11-11 23:10:00)  by henry tan
Hi, I also have the same problem but in different case. Here is how to regenerate the error javascript message: 1. Create new fax record. Subject is mandatory field but leave it blank. 2. Type something in Fax Number. 3. Tab away to [Notes] and click any of the Save button. You should see the message box prompted with message: ...
Thread:  Show this thread (3 posts)   Thread info: stack overflow at line:0 MSCRM bugs? in microsoft.public.crm.developer Size: 3,655 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: stack overflow at line:0 MSCRM bugs? in microsoft.public.crm.developer :: microsoft.public.crm.developer :: Discussions in microsoft.public.crm.developer"
microsoft.public.crm.developer
Started 4 days, 19 hours ago (2009-11-11 01:40:00)  by rakesh
On Nov 10, 9:30 pm, "Brent" <someb...@somewhere.com> wrote: > When a users tries to track and email, they get the following error: > > A SQL Server error occurred.  Try this action again.  If the problem > continues check the Microsoft Dynamics CRM Community for solutions or > contact your organization's Microsoft Dynamics CRM ...
Thread:  Show this thread (2 posts)   Thread info: Error when tracking emails in Dynamics CRM 4.0 in
microsoft.public.crm.developer Size: 1,163 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Error when tracking emails in Dynamics CRM 4.0 in
microsoft.public.crm.developer :: microsoft.public.crm.developer :: Discussions in microsoft.public.crm.developer"
microsoft.public.crm.developer
Started 4 days, 19 hours ago (2009-11-11 01:50:00)  by rakesh
On Nov 10, 5:06 pm, Many-to-Many relationsip not being shown <Many-to- Many relationsip not being sh...@discussions.microsoft.com> wrote: > Hi > > I am sorry if the answer to this question has already been given in a > previous thread (in which case I have not been able to find it). > > Anyway, here we go.... > > I ...
Thread:  Show this thread (2 posts)   Thread info: Many-to-Many relationsip not being shown on the site tab. in
microsoft.public.crm.developer Size: 1,816 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Many-to-Many relationsip not being shown on the site tab. in
microsoft.public.crm.developer :: microsoft.public.crm.developer :: Discussions in microsoft.public.crm.developer"
microsoft.public.crm.developer
Started 3 days, 14 hours ago (2009-11-12 06:36:00)  by Patrik Vogel
believe I found, what I was looking for http://msdn.microsoft.com/en-us/library/bb959430.a spx GrantAccess Message (CrmService) "Patrik Vogel" <spam_no_spam@bluewin.ch> schrieb im Newsbeitrag news:%23XL90N5YKHA.1592@TK2MSFTNGP06.phx.gbl... > 99,9% of all accounts and contacts and its related data should be visible >...
Thread:  Show this thread (2 posts)   Thread info: security programmatically share ... to team in
microsoft.public.crm.developer Size: 2,659 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: security programmatically share ... to team in
microsoft.public.crm.developer :: microsoft.public.crm.developer :: Discussions in microsoft.public.crm.developer"
microsoft.public.crm.developer
Started 4 days, 10 hours ago (2009-11-11 11:08:00)  by Jim
Resolved issue. Use http://CRMDEV/tools/systemcustomization/ImportCust omizations/importCustomizations.aspx to import the copy of the original file. Thanks for the help :) -- Jim The brain is a wonderful organ; it starts working the moment you get up in the morning and does not stop until you get ...
Thread:  Show this thread (2 posts)   Thread info: Sitemap - CRM 3 in microsoft.public.crm.developer Size: 1,631 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Sitemap - CRM 3 in microsoft.public.crm.developer :: microsoft.public.crm.developer :: Discussions in microsoft.public.crm.developer"
microsoft.public.crm.developer
Started 3 days, 1 hour ago (2009-11-12 20:26:00)  by Kyaw Kyaw Tun
var section = crmForm.all.new_attribute_c.parentElement.parentEl ement.parentElement; for (i = 0; i < section.all.length; i++) { section.all[i].Disabled = true; } You can put any attribute under the section you want to hide. Kyaw Kyaw Tun www.pulsesync.com Demeilliez Frederic ...
Thread:  Show this thread (2 posts)   Thread info: How to disable the whole section in microsoft.public.crm.developer Size: 8,592 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to disable the whole section in microsoft.public.crm.developer :: microsoft.public.crm.developer :: Discussions in microsoft.public.crm.developer"