Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

RobertoPerelman
RobertoPerelman
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
3

Posts

Posts
4

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by RobertoPerelman
Customize the badges you want to showcase on your profile
Re: Is there a way to retrieve login activity from users? - Adobe Developer Events 21-10-2019
Would there be a way for the User API Management team to add a "LastLoginTime" into the users entity?

Views

3.8K

Likes

0

Replies

0
Re: My requirment is to get the notification in My App whenever someone post a comment on a prototype and by using on/off command enable/disable the notification. I am not able to find the correspoding events/API to achieve this. Please help me. - Adobe Developer Events 22-10-2019
Thanks for the information.I have some doubts regarding Adobe Cretive cloud assest events(Adobe IO Events):-1)what is "sub" key in oauth token respose?after receiving the authorization code,sending a post request to token endpointhttps://ims-na1.adobelogin.com/ims/token/and getting the response below:-{ "access_token": "eyJ4NXU...", "refresh_token": "eyJ4NXU...", "sub": "5BEB2BB...@AdobeID",--------what is this used for? "address": { "country": "US" }, "email_verified": "true", "name": "USERNAME...

Views

3.4K

Likes

0

Replies

0
Re: FormCalc Troubles - Adobe LiveCycle 15-05-2011
The script should be something like:If (PaymentProgram1 == "1") then $ = 56endifSet up your field to add the dollar sign using the "Patterns" feature in the field tab object pallet.For the Subtotal field, you'll need to provide more info--are the fields part of a table? If so, the script will look something like: $ = Row1.Fee1 + Row2.Fee2 + Row3.Fee3 + Row4.Fee4or $ = Sum( Row1.Fee1, Row2.Fee2, Row3.Fee3, Row4.Fee4)If they are all siblings of the same subform this should work $ = Fee1 + Fee2 + F...

Views

957

Likes

0

Replies

0
Re: Duplicate Fields in Live Cycle 9 - Adobe LiveCycle 25-05-2011
I appreciate everyones help on this issue. This particular issue has been resolved.

Views

1.1K

Likes

0

Replies

0
Likes given to