From 99f1ab09eae4abfc15d0171021c5978d8619cb2b Mon Sep 17 00:00:00 2001 From: Ahmed Elsawalhy <682039+yagasoft@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:47:18 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a676a6..48c55b7 100644 --- a/README.md +++ b/README.md @@ -27,17 +27,17 @@ A CRM solution that gives a lot of flexibility in creating any pattern required #### _Format String_ -`Test-{{c|createdon@date(`hh:mm`)@|c}??NO_DATE}-{*(5,un)||*}-{d|@date(yyyy)@|d}-{j||j}-{m|3|m}` +`Test-{@this.createdon$date(`hh:mm`)??`NO_DATE`}-{$rand(5,`un`)}-{$now$date(`yyyy`)}-{$sequence}-{$inparam(3)}` #### _Input parameters_ + Current index: 5 + Padding: 3 + Executing user in Cairo at 9AM and server in London 7AM - + String 'PA;RA;METER' as input parameter to the WF step + + String 'PA;RA;M' as input parameter to the WF step #### _Result numbering_ -`Test-09:00-Ahmed-4AM7Z-2015-005-METER"` +`Test-09:00-YAM76-2015-005-M` ### Guide From cbaee5ae2a1e96cc93c250ee5b5f59b97fc6a444 Mon Sep 17 00:00:00 2001 From: Ahmed Elsawalhy <682039+yagasoft@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:48:59 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48c55b7..ef1a074 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ A CRM solution that gives a lot of flexibility in creating any pattern required #### _Format String_ -`Test-{@this.createdon$date(`hh:mm`)??`NO_DATE`}-{$rand(5,`un`)}-{$now$date(`yyyy`)}-{$sequence}-{$inparam(3)}` +``Test-{@this.createdon$date(`hh:mm`)??`NO_DATE`}-{$rand(5,`un`)}-{$now$date(`yyyy`)}-{$sequence}-{$inparam(3)}`` #### _Input parameters_ + Current index: 5