내 커뮤니티 업적 표시줄을 확대합니다.

isahore
isahore
오프라인
유형
  • 모두
  • 질문
  • 토론
  • 아이디어
  • 블로그
사용자 참여로 필터링
  •  내 Adobe Campaign Classic Questions 24. 1. 29.
    @Haricharan, if you look at the error it says that the column you are trying to update "mmemodescription" in the temp table does not exist.Make sure that you add this column in your workflow additional data in order to manipulate using the sqlExec statement. BR,Ishan

    유형

    질문

    조회 수

    1.5K

    Like

    1

    답글

    0
  •  내 Adobe Campaign Classic Questions 24. 1. 29.
    Hi @bcollado,I understand that a recipient can place multiple orders and an order can possibly have multiple products in it. For this, you will need to implement enrichment activity in your workflow to get the last order or product ID placed by the customer, and then you can use in the email for per...

    유형

    질문

    조회 수

    831

    Like

    1

    답글

    3
  •  내 Adobe Campaign Classic Questions 24. 1. 29.
    Hi @Haricharan, You are getting an error in your select queryDef itself, and that is happening because you are trying to query from the temp:query schema, whereas the schema changes to something like temp:changeDataSource when you change the data source. Please check your js inbound transition to kn...

    유형

    질문

    조회 수

    1.5K

    Likes

    0

    답글

    2
  •  내 Adobe Campaign Classic Questions 24. 1. 29.
    Hi @DishaSharma,Once the workflow activity picks up a file for processing, it will delete the original file right then from the external SFTP directory. It does not wait for the workflow to complete.ACC implicitly copies the file into its specified archive directory, from where it uses the file for ...

    유형

    질문

    조회 수

    2.0K

    Like

    1

    답글

    3
  •  내 Adobe Campaign Classic Questions 24. 1. 29.
    Hi @DishaSharma,The file transfer activity has a setting in the advanced parameters to delete the source files after transfer.Select this option and your original files will be deleted from the location and not be processed the 2nd time. BR,Ishan

    유형

    질문

    조회 수

    2.1K

    Like

    1

    답글

    5
  •  내 Adobe Campaign Classic Questions 24. 1. 29.
    Hi @Haricharan, To update temp table data in ACC v8 using the above script, you must use the "change data source" activity, and select "default data source" in the activity. Then your script should work fine if there are no other syntax errors. Let me know if that helped. BR,Ishan

    유형

    질문

    조회 수

    1.4K

    Likes

    0

    답글

    1
  •  내 Adobe Campaign Classic Questions 24. 1. 29.
    Hi @Haricharan,This error seems to be related to the Snowflake sql rights. Can you share the workflow activity settings and your exact code? BR,Ishan

    유형

    질문

    조회 수

    1.6K

    Likes

    0

    답글

    5
  •  내 Adobe Campaign Classic Questions 24. 1. 25.
    Hi @Sanjana12, Check that both the fields you are comparing are of the date or datetime data type. If not, the function might not give you correct results or no results at all. BR,Ishan

    유형

    질문

    조회 수

    749

    Likes

    2

    답글

    0
  •  내 Adobe Campaign Classic Questions 24. 1. 25.
    Hi @vani97,If you want to carry these values from one page to another, e.g. for data capturing, etc., then you need to use document.controller to transfer the values.So in the script on the page where these values are being entered by the user, you need to use document.controller.setValue('/ctx/vars...

    유형

    질문

    조회 수

    938

    Like

    1

    답글

    0
  •  내 Adobe Campaign Classic Questions 24. 1. 25.
    Hi @Kumar_27,To update temp table data in ACC v8 using the above script, you must use the "change data source" activity, and select "default data source" in the activity. Then your script should work fine..Let me know if that helped. BR,Ishan

    유형

    질문

    조회 수

    1.6K

    Likes

    2

    답글

    7