Hi ish,when i am working on redquark video component, Pause and Play
button is not working i gone through the another js script but its not
working. I am pasting the js and html can you check once PLAYPAUSESTOPfunction playVideo(){var
my=document.getElementById("video");my.playVideo();} --> Play Video$(document).ready(function()
{$('#play-video').on('click', function(ev) {$("#video")[0].src +=
"&autoplay=1";ev.preventDefault();});});
Hi,technically this is no issue, since the email attribute is not a key
in the database. Internally all links are handled based on the
nms:recipient/@id.But in general you'd want to have the single view of
the customer. If you have (eg.) 3 recipients with the same email
address, it is hard to see which communication was sent to the single
email address and how did the person interact with the email. The usual
approach would be to have a single source of truth for recipient data. I
know in the re...
Hi @Indra123 ,Using shell script, you could read a csv file from SFTP
and check the number of empty columns as cat file.csv | head -n 2 | tail
-n 1 | grep -c ',,'As the number of columns would be static, you could
calculate the non empty columns.
Is all on the online documentation section.
https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/data-model/data-model-best-practices.html?lang=enhttps://experienceleague.adobe.com/docs/campaign-classic/using/automating-with-workflows/introduction/workflow-best-practices.html?lang=enhttps://experienceleague.adobe.com/docs/campaign-classic/using/reporting/reporting-in-adobe-campaign/best-practices.html?lang=enhttps://experienceleague.adobe.com/docs/campaign-...
@kotisyamala- I would implement Federated login using whatever SAML2
directory you have in your organisation and then require MFA via that.
In the case of Azure, you aren't usually required to provide MFA for
each login but at regular intervals to validate your security
token.There may be a way to require 2FA per federated login but that
feature would probably lie with the directory
provider.https://helpx.adobe.com/au/sign/using/enable-saml-single-sign-on.htmlhttps://docs.microsoft.com/en-us/win...
Hi, You can do this by altering the xtk:workflow form.For containers or
fields you want read only, add attribute
readOnlyIf="HasNamedRight('webAppWorkflowReadOnly')", where
webAppWorkflowReadOnly is the right you added to the users' operator
group. Thanks,-Jon
Hello Koti,For recipients, perfect with file export importsDepending on
your needs, I would not recommend to inject tracking from Instance 1 to
an instance 2 in the OOTB tracking table. By the way the id of the
recipient will be different from both instance and you will have hard
time to reconcile freshly imported recipients with tracking. Second
importing tracking in nms tables is highly risky as you need to embed
linked object (url, etc. ...) to guarantee the system to work as
expected. For tr...