on ‎2018 Nov 07 12:11 PM
Hi Experts ,
I have requirement Like i need to validate the attributes row by row .In OOTB they are validation column wise . EX: Key : Value Row 1: Article number, Approval Status, Content attributes Row 2: Article number, Approval Status, Content attributes Row 3: Article number, Approval Status, Content attributes
Please provide the solution .
Request clarification before answering.
Hi Vijaya Bhaskar,
are you looking query something like this??
select {a.code}.{p.code} from {product as p join ArticleApprovalStatus as a on {p.approvalstatus}={a.pk} }
where
{p.code}='TEST123/1'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.