Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there any way to get machine ID

Status
Not open for further replies.

KK_

MIS
Oct 18, 2022
2
0
0
IN
Is there any way to get machine ID or machine serial number into a field named Device_ID by clicking a button.
 
Create a Formula agent with the following code :
Code:
data := @Prompt([OkCancelEdit];"Machine ID";"Please enter the machine ID : ";"");
FIELD Device_ID := data;
""
If you select a document, you can go to Actions and launch the agent.

I've got nothing to hide, and I demand that you justify what right you have to ask.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top