Expand my Community achievements bar.

Jvenkat
Jvenkat
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi @AnnieXLe  if you want to send the emails to the user when some actions happened in the WF.You can use the below:I have used this, When the task status is changed in the WF then it will sent an Email notification to the user. Hope this Helps. Thanks,Venkat

    Type

    Questions

    Views

    240

    Likes

    0

    Replies

    1
  • Hi @Dineshkumar_J  Please try use the below dependencies,  <dependency><groupId>com.razorpay</groupId><artifactId>razorpay-java</artifactId><version>1.3.8</version></dependency> Also make sure you're importing the correct package in your Java files. import com.razorpay.*; import com.stripe.Stripe;im...

    Type

    Questions

    Views

    335

    Like

    1

    Replies

    0
  • Hi @AAdi_S1 As Per my understanding, If the third-party system supports Refresh Token, then Adobe Fusion should be able to refresh the token automatically. In the External Lookup configuration where you put API base URL and Headers, you also need to define OAuth2 configuration with Client Id, Client...

    Type

    Questions

    Views

    438

    Likes

    0

    Replies

    1
  • Hi @RobertDy  If you are using JAVA to make an API call, try to use the below code snippet that might help. String value = docMetadata.has(MetadataConstants.JCR_TITLE)? docMetadata.get(MetadataConstants.JCR_DESCRIPTION).getAsString().replace("?", "%3F"): StringUtils.EMPTY; In Place of title or descr...

    Type

    Questions

    Views

    366

    Likes

    0

    Replies

    1
  • Hello @DonnaBr4  1. By Campaign or Objective:     Marketing Programs├── Brand Awareness├── Product Launch├── Social Media├── Email Marketing├── Online Ads├── Offline Events├── Customer Retention├── Upsell / Cross-sell 2.By Channel:   Marketing Programs├── Email Marketing├── Social Media Marketing├──...

    Type

    Questions

    Views

    211

    Like

    1

    Replies

    1
  • Hi @lgaertner from requests_oauthlib import OAuth2Sessionauthorization_base_url = "https://<your-domain>.my.workfront.com/attask/oauth/authorize"token_url = "https://<your-domain>.my.workfront.com/attask/oauth/token"client_id = "<your-client-id>" # Replace with your client IDredirect_uri = "<your-re...

    Type

    Questions

    Views

    420

    Likes

    0

    Replies

    2
  • Hi @krishna_garikapati  Yes, It's Possible to Integrate WF with AEM.Also, for storing metadata in AEM with a datatype of varchar when the source datatype in Workfront is Boolean, you would perform a data type conversion during the integration process.When data is extracted from Workfront and passed ...

    Type

    Questions

    Views

    174

    Likes

    0

    Replies

    0
  • Hi @AngieH1  Yes you can merge 2 Portfolios into one. in the Fusion you can able to see an option to clone, then it will ask for some things related to if you want to override some features or not. Thanks,Venkat 

    Type

    Questions

    Views

    66

    Likes

    0

    Replies

    0
  • Hi @Hars_hitSingh  Yes you can use the Fusion in AEM to Create the both Pages and Assets in AEM. For that you have to use the Assets API and Page API in your fusion module. Thanks,Venkat

    Type

    Questions

    Views

    211

    Likes

    0

    Replies

    0
  • Hi @Vishav_Sharma  In regard to AEM Assets-Workfront integration, typically, AEM Assets and Workfront integration requires a service account with adequate permissions in both systems.In the context of accessing and uploading assets, here are possible scenarios:If the integration is built at service ...

    Type

    Discussions

    Views

    175

    Likes

    0

    Replies

    0
Top badges earned by Jvenkat
Customize the badges you want to showcase on your profile