cancel
Showing results for 
Search instead for 
Did you mean: 

Call RFC

Former Member
0 Kudos

Hi,

1- How can it be called RFC function on load offline interactive form?

How can it be done with formCalc or javascript?

2- is it possible to get domain user (windows user)?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (2)

Answers (2)

jagdishwar_b
Active Participant
0 Kudos

>>1- How can it be called RFC function on load offline interactive form?

As per my knowledge, since your form is offline interactive one, you can use webservices to invoke external functionality.

your RFC may be exposed as webservice, and in form load method you can invoke the webservice.

>>How can it be done with formCalc or javascript?

once is the webserivice data connection is created in the form, you can call using javascript, with methods like execute(0);

see: Understanding the Execute function in Adobe® LiveCycleu2122 Designer

>>2- is it possible to get domain user (windows user)?

for this also, you need to create a webservice, that could return the domain user, and then you can get it by invoking the webservice, as if it is any other webservice.

regards,

BJagdishwar.

OttoGold
Active Contributor
0 Kudos

Total Posts: 233

Total Questions: 119 (5 unresolved)

Forum Points: 0

Why exactly do you think you will get any help here? With your business card? You ask a lot and never answer, so the Community will probably ignore you. Reconsider the balance between posts and points and we can discuss your problem.

Otto

Former Member
0 Kudos

Hi,

I gave some answers, but unfortunately no point.