Failed to evaluate expression '[StatusNote]&"*DAYS AUTHORIZED: " & [_daysAuthorized] & "{ENTER}" - Cannot perform & operation when the right-hand value is empty------------------------------Pat------------------------------
Failed to evaluate expression '[StatusNote]&"*DAYS AUTHORIZED: " & [_daysAuthorized] & "{ENTER}" - Cannot perform & operation when the right-hand value is empty------------------------------Pat------------------------------
Hello,I have a requirement where in have to use the on-premise API, using my windows authentication. Are there any suggestion in this scenario.Thanks------------------------------B Pat------------------------------
These noting documented that we have Naming Conventions. But, as a best practice, all your variables and arguments should be aligned to a naming convention:
Variables should be in camelCase, e.g. firstName, lastNameArguments should be in TitleCase, ...