fredshen.wordpress.com
CDO.Message error | Fred Shen's AX weblog
https://fredshen.wordpress.com/2009/08/14/cdo-message-error
Fred Shen's AX weblog. Just another WordPress.com site. Send workflow notification as email. Debugging AX2009 Enterprise Portal and Batch jobs running on Windows 2008 →. When we use the Dynamics AX to send email, sometimes we will run into an CDO.Message issue with error message. Method ‘send’ in COM object of class ‘CDO.Message’ returned error code 0x80040211 ( unknown ) which means: unknown. The error codes listed below are really useful when troubleshooting the issue:. The server rejected one or more ...
fredshen.wordpress.com
August | 2009 | Fred Shen's AX weblog
https://fredshen.wordpress.com/2009/08
Fred Shen's AX weblog. Just another WordPress.com site. Monthly Archives: August 2009. When we use the Dynamics AX to send email, sometimes we will run into an CDO.Message issue with error message Method ‘send’ in COM object of class ‘CDO.Message’ returned error code 0x80040211 ( unknown ) which means: unknown . The error codes listed … Continue reading →. FK ModelElementData HasModelId LayerId error. Use ScriptManager to close the EP page window. Use CSS style to customize Enterprise Portal 2009 page.
fredshen.wordpress.com
December | 2009 | Fred Shen's AX weblog
https://fredshen.wordpress.com/2009/12
Fred Shen's AX weblog. Just another WordPress.com site. Monthly Archives: December 2009. Use ScriptManager to close the EP page window. Using RegisterStartupScript we can write a JavaScript function in code behind and call it from code-behind. For example, to close a page window, we can use the following code in .cs file: protected void Button1 Click(object sender, EventArgs e){ … Continue reading →. Use CSS style to customize Enterprise Portal 2009 page. FK ModelElementData HasModelId LayerId error.
fredshen.wordpress.com
September | 2010 | Fred Shen's AX weblog
https://fredshen.wordpress.com/2010/09
Fred Shen's AX weblog. Just another WordPress.com site. Monthly Archives: September 2010. Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging! FK ModelElementData HasModelId LayerId error. Use ScriptManager to close the EP page window. Use CSS style to customize Enterprise Portal 2009 page. Debugging AX2009 Enterprise Portal and Batch jobs running on Windows 2008. On Send workflow notification as…. Francois Korb on CDO.Message error. Save Last Value on o….
fredshen.wordpress.com
September | 2009 | Fred Shen's AX weblog
https://fredshen.wordpress.com/2009/09
Fred Shen's AX weblog. Just another WordPress.com site. Monthly Archives: September 2009. Debugging AX2009 Enterprise Portal and Batch jobs running on Windows 2008. The hotfix KB962952 has been released. You can contact technical support for Microsoft Dynamics and create a new support request to get the hotfix. FK ModelElementData HasModelId LayerId error. Use ScriptManager to close the EP page window. Use CSS style to customize Enterprise Portal 2009 page. On Send workflow notification as….
fredshen.wordpress.com
Use CSS style to customize Enterprise Portal 2009 page | Fred Shen's AX weblog
https://fredshen.wordpress.com/2009/12/10/use-css-style-to-customize-enterprise-portal-2009-page
Fred Shen's AX weblog. Just another WordPress.com site. Debugging AX2009 Enterprise Portal and Batch jobs running on Windows 2008. Use ScriptManager to close the EP page window →. Use CSS style to customize Enterprise Portal 2009 page. Now I use the purchase requisition lists as an example:. On the page, right click and select View Source. In the source file, the CSS class used in Site Action menu is .ms-siteaction. Ms-siteaction { display:none ;}. Save the change and update the portal. Use CSS style to ...
fredshen.wordpress.com
Hello world! | Fred Shen's AX weblog
https://fredshen.wordpress.com/2010/09/29/hello-world
Fred Shen's AX weblog. Just another WordPress.com site. Use ScriptManager to close the EP page window. FK ModelElementData HasModelId LayerId error →. Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging! This entry was posted in 未分类. Use ScriptManager to close the EP page window. FK ModelElementData HasModelId LayerId error →. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public).
fredshen.wordpress.com
ForceLiterals & ForcePlaceholders | Fred Shen's AX weblog
https://fredshen.wordpress.com/2006/01/02/forceliterals-forceplaceholders
Fred Shen's AX weblog. Just another WordPress.com site. Create a form using X code. ForceSelectOrder and ForceNestedLoop →. When you use forceliterals keywords in Axapta, Axapta will issue SQL statements directly to the database as text string. SELECT forceLiterals * FROM purchTable. WHERE purchId = ‘EN00009’ ;. In SQL server, it will be:. SELECT A.VALUE, A.MODIFIEDTIME, A.CREATEDTIME, A.RECID FROM HINTTABLE A(NOLOCK) WHERE (PURCHID=EN00009) OPTION(FAST 47). SELECT forcePlaceHolders * FROM purchTable.
fredshen.wordpress.com
Send workflow notification as email | Fred Shen's AX weblog
https://fredshen.wordpress.com/2009/07/31/send-workflow-notification-as-email
Fred Shen's AX weblog. Just another WordPress.com site. Dynamics AX 2009: Write to eventlog entry. CDOMessage error →. Send workflow notification as email. In AX2009, we can email the workflow notifications. The following steps will show you how to set this up:. 1 Create an email template for workflow. Go to Basic Setup Email Templates. Create a new email template for workflow notification. 2 Set workflow to use the template that is created from step 1. This entry was posted in 未分类. 2012年10月9日 at 4:55 pm.
fredshen.wordpress.com
Use ScriptManager to close the EP page window | Fred Shen's AX weblog
https://fredshen.wordpress.com/2009/12/10/use-scriptmanager-to-close-the-ep-page-window
Fred Shen's AX weblog. Just another WordPress.com site. Use CSS style to customize Enterprise Portal 2009 page. Hello world →. Use ScriptManager to close the EP page window. We can write a. Function in code behind and call it from code-behind. For example, to close a page window, we can use the following code in .cs file:. Protected void Button1 Click(object sender, EventArgs e). String closeWindowScript= window.close();. This entry was posted in 未分类. Use CSS style to customize Enterprise Portal 2009 page.