8/13/2025 2:32:39 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
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!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
SYSTEM GENERATED ID
Posted: 13 Oct 08 1:39 PM
|
FIRST I WANT TO GIVE YOU MY APOLOGIZES FOR MY ENGLISH, IM FROM MEXICO. SECOND, I HAVE A TASK IN WHICH I NEED TO OBTAIN A SYSTEM GENERATE ID... IN THIS CASE RECEIVABLESID
MODIFYUSERID = {currentuserid} RECEIVABLESID = {system generated} RECEIVABLETYPE = ACTIVITY.RECEIVABLETYPE
HOW CAN I GET IT? REGARDS! MISAEL. |
|
|
|
Re: SYSTEM GENERATED ID
Posted: 13 Oct 08 1:55 PM
|
Hello Misael,
If what you are after is how to create a table ID value, you can take a look at this article to help http://www.slxdeveloper.com/page.aspx?action=viewarticle&articleid=87
-Ryan
BTW, your English is fine, pero si le questa tanto el Inglés, yo tambien hablo el Español. De hecho, a mi, me da iqual el idioma que se usa aquí (pero si Ud es capaz de hacer las preguntas que tiene en Inglés, mejor) - solo para que Ud sepa. |
|
|
| |
|
Re: SYSTEM GENERATED ID
Posted: 13 Oct 08 2:21 PM
|
I have another questions, why can not display code in JavaScript?
i wrote this code, but this doesn't work
void displayMessage(string Message, Page Pagina) { String sbMsg="<script language=javascript>"; sbMsg += "alert('" + Message + "');"; sbMsg += "</script>";
if(!Pagina.IsStartupScriptRegistered("startup")) { Pagina.RegisterStartupScript("startup", sbMsg); } } |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|