Application handle method
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-06-22 05:30 AM
- There are 2 applications,
- I want to get data from application 1 and want to store it on application 2
- But the data should not get stored on bp server
- and the storing of data can be done in single attempt only, if got any failure or changes in data it cannot be possible.
How will you do that
------------------------------
Chetan Ninghot
------------------------------
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-06-22 01:25 PM
Hello @Chetan Ninghot
what type of data is it?
Application 1 and 2 are browser based application or some other kind ?
how big is data?
is the data coming in CSV/EXCEL or it is just a string which you pass on from app 1 to app 2
------------------------------
Neeraj Kumar
Technical Architect
------------------------------
what type of data is it?
Application 1 and 2 are browser based application or some other kind ?
how big is data?
is the data coming in CSV/EXCEL or it is just a string which you pass on from app 1 to app 2
------------------------------
Neeraj Kumar
Technical Architect
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-06-22 03:18 PM
Application is web based application
And data is string
Thank for your response niraj kumar
And data is string
Thank for your response niraj kumar
------------------------------
Chetan Ninghot
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-06-22 04:17 PM
Hello ,
1.you can read value from from one application in a data item using read stage
2.Write then value in another 2nd application . If write do not work then other method like send keys can be used.
please use attach and detach to work between both the application.
------------------------------
Neeraj Kumar
Technical Architect
------------------------------
1.you can read value from from one application in a data item using read stage
2.Write then value in another 2nd application . If write do not work then other method like send keys can be used.
please use attach and detach to work between both the application.
------------------------------
Neeraj Kumar
Technical Architect
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-06-22 05:07 PM
Thanks niraj kumar for your response
------------------------------
Chetan Ninghot
------------------------------
