DME call to ImageNow

 5 Replies
 0 Subscribed to this topic
 12 Subscribed to this forum
Sort:
Author
Messages
Gordon
Basic Member Send Private Message
Posts: 8
Basic Member
I have many DS forms that have a link to ImageNow behind a button.  I need to change the color of the button or verbiage on button if records exist for data on screen.

Ex: RQ10 I have link to requisition documents in ImageNow.  Once users put in Requester ID and Requisition # I want to change color of link.

I want to do this without opening up WebNow unless the button is pressed.

Has anyone scripted this in DS?
Thanks, Gordon
Terry P
Veteran Member Send Private Message
Posts: 234
Veteran Member
Not sure about the color, but here is sample of how to change the value of the text on the button. Wrap some logic around it and you can put whatever and whenever you want to there:

function FORM_OnInit() // or any other function or place in your code
{
var objToolBarBtn = lawForm.UIDocument.getElementById("_l170"); // the field id of the push button
objToolBarBtn.value="pushme"
}
Gordon
Basic Member Send Private Message
Posts: 8
Basic Member
Thanks that will come in handy if I can't get colors to change.

Now just need script to do dme call to ms-sql db

Thanks, Gordon
Gordon
Basic Member Send Private Message
Posts: 8
Basic Member
I am still looking for a way to make a dme call to imagenow without opening a window. 

Any thoughts? 

Thanks Gordon
Thanks, Gordon
Terry P
Veteran Member Send Private Message
Posts: 234
Veteran Member
Gordon what do you mean a DME call to ImageNow? Are you talking about actually inquiring on the ImageNow database? If so, it would not be a DME call since that is Lawson specific. If you're talking about doing a data query to the ImageNow database, I'm not sure how that would be done, but would most likely require knowledge of their I-script language. Perceptive is pretty tight on not giving info out on that. We used to have a programmer here that had some experience with that, but not any longer.
Gordon
Basic Member Send Private Message
Posts: 8
Basic Member
Thanks for info





Gordon Parks

Systems Analyst for Lawson

Moffitt Cancer Center

10500 University Center Drive Tampa, FL 33612 | tel: 813-745-7321 |
fax: 813-745-5705 | email: gordon.parks@moffitt.org







________________________________

From: forums-bpm-studio@lawsonguru.com
[mailto:forums-bpm-studio@lawsonguru.com]
Sent: Tuesday, August 23, 2011 13:10
To: Parks, JR, Gordon E.
Subject: RE: DME call to ImageNow [00008962:00016494]




LawsonGuru.com Logo <https://www.lawsonguru.com/>


Lawson Design Studio Forum Notification


A message was posted to a thread you are tracking.

RE: DME call to ImageNow

Posted by: Terry P
08/23/2011 11:02 AM

Gordon what do you mean a DME call to ImageNow? Are you talking about
actually inquiring on the ImageNow database? If so, it would not be a
DME call since that is Lawson specific. If you're talking about doing a
data query to the ImageNow database, I'm not sure how that would be
done, but would most likely require knowledge of their I-script
language. Perceptive is pretty tight on not giving info out on that. We
used to have a programmer here that had some experience with that, but
not any longer.

________________________________

To view the complete thread and reply via your browser, please visit:
https://www.lawsonguru.co...design-studio/dme-ca
ll-to-imagenow/

You were sent this email because you opted to receive email
notifications when someone posted and/or responded to a message on this
forum.
To unsubscribe to this thread please visit your user profile page and
change your subscription options.

Thank you,
LawsonGuru.com



This transmission may be confidential or protected from disclosure and is only for review and use by the intended recipient. Access by anyone else is unauthorized. Any unauthorized reader is hereby notified that any review, use, dissemination, disclosure or copying of this information, or any act or omission taken in reliance on it, is prohibited and may be unlawful. If you received this transmission in error, please notify the sender immediately. Thank you.
Attachments
Thanks, Gordon